Mercurial > repos > morinlab > sequenza
comparison sequenza_pipeline.xml @ 3:235c8e5dfece draft default tip
Uploaded
| author | morinlab |
|---|---|
| date | Sun, 29 Jan 2017 11:42:51 -0500 |
| parents | 12d83c22866a |
| children |
comparison
equal
deleted
inserted
replaced
| 2:12d83c22866a | 3:235c8e5dfece |
|---|---|
| 25 #end if | 25 #end if |
| 26 | 26 |
| 27 2>&1 ; | 27 2>&1 ; |
| 28 | 28 |
| 29 cat ./output/*segments.txt > $output; | 29 cat ./output/*segments.txt > $output; |
| 30 | 30 |
| 31 </command> | 31 </command> |
| 32 <inputs> | 32 <inputs> |
| 33 <conditional name="sampleid_source"> | 33 <conditional name="sampleid_source"> |
| 34 <param label="Choose the source to open the Sample Id" name="sampleid_selector" type="select"> | 34 <param label="Choose the source to open the Sample Id" name="sampleid_selector" type="select"> |
| 35 <option value="bamfile">BAM File Name</option> | 35 <option value="bamfile">BAM File Name</option> |
| 55 <param name="input" format="txt,tabular" type="data" label="Input Sequenza Seqz File"/> | 55 <param name="input" format="txt,tabular" type="data" label="Input Sequenza Seqz File"/> |
| 56 </inputs> | 56 </inputs> |
| 57 <outputs> | 57 <outputs> |
| 58 <data name="output" format="seg,txt"/> | 58 <data name="output" format="seg,txt"/> |
| 59 <collection name="list_output" type="list" description="Sequenza outputs"> | 59 <collection name="list_output" type="list" description="Sequenza outputs"> |
| 60 <discover_datasets pattern="__name_and_ext__" directory="output"/> | 60 <discover_datasets pattern="__name_and_ext__" directory="output" visible="true"/> |
| 61 </collection> | 61 </collection> |
| 62 </outputs> | 62 </outputs> |
| 63 </tool> | 63 </tool> |
