1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
<HTML>
<HEAD>
<TITLE>General introduction</TITLE>
<LINK HREF="doxygen.css" REL="stylesheet" TYPE="text/css">
<LINK HREF="style_ini.css" REL="stylesheet" TYPE="text/css">
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<A href="index.html">Home</A> ·
<A href="classes.html">Classes</A> ·
<A href="annotated.html">Annotated Classes</A> ·
<A href="modules.html">Modules</A> ·
<A href="functions_func.html">Members</A> ·
<A href="namespaces.html">Namespaces</A> ·
<A href="pages.html">Related Pages</A>
<HR style="height:1px; border:none; border-top:1px solid #c0c0c0;">
<!-- Generated by Doxygen 1.8.5 -->
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">General introduction </div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><p><b>TOPPAS</b> allows to create, edit, open, save, and run TOPP workflows. Pipelines can be created conveniently in a GUI. The parameters of all involved tools can be edited within TOPPAS and are also saved as part of the pipeline definition in the <em></em>.toppas file. Furthermore, <b>TOPPAS</b> interactively performs validity checks during the pipeline editing process and before execution (i.e., a dry run of the entire pipeline), in order to prevent the creation of invalid workflows. Once set up and saved, a workflow can also be run without the GUI using <em>ExecutePipeline</em> <em>-in</em> <em><file></em>.</p>
<p>The following figure shows a simple example pipeline that has just been created and executed successfully:</p>
<div class="image">
<img src="TOPPAS_simple_example.png" alt="TOPPAS_simple_example.png"/>
</div>
<p>To create a new TOPPAS file, you can either:</p>
<ul>
<li>open TOPPAS without providing any existing workflow - an empty workflow will be opened automatically</li>
<li>in a running TOPPAS programm choose: <em>File</em> <em>></em> <em>New</em> </li>
<li>create an empty file in your file browser (explorer) with the suffix <em></em>.toppas and double-click it (on Windows systems all <em></em>.toppas files are associated with TOPPAS automatically during installation of OpenMS, on Linux and MacOS you might need to manually associate the extension) </li>
</ul>
</div></div><!-- contents -->
<HR style="height:1px; border:none; border-top:1px solid #c0c0c0;">
<TABLE width="100%" border="0">
<TR>
<TD><font color="#c0c0c0">OpenMS / TOPP release 1.11.1</font></TD>
<TD align="right"><font color="#c0c0c0">Documentation generated on Thu Nov 14 2013 11:19:25 using doxygen 1.8.5</font></TD>
</TR>
</TABLE>
</BODY>
</HTML>
|