Mercurial > repos > ucsb-phylogenetics > osiris_phylogenetics
comparison orthologs/evolmap_output_exclude.xml @ 0:5b9a38ec4a39 draft default tip
First commit of old repositories
| author | osiris_phylogenetics <ucsb_phylogenetics@lifesci.ucsb.edu> |
|---|---|
| date | Tue, 11 Mar 2014 12:19:13 -0700 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:5b9a38ec4a39 |
|---|---|
| 1 <tool id="evolmap_output_exclude" name="EvolMAP Output Species Exclude"> | |
| 2 <description>Modifies EvolMAP Output to exclude specific species.</description> | |
| 3 <command interpreter="perl">evolmap_output_exclude.pl $input $speciesList</command> | |
| 4 <inputs> | |
| 5 <param name="input" type="data" format="txt" label="EvolMAP Output generated file" /> | |
| 6 <param name="speciesList" type="text" area="true" size="4x25" label="Species to exclude separated by commas with no space -- example: VolvoxCarteriFNagariensis,CoccomyxaSpC169" /> | |
| 7 </inputs> | |
| 8 | |
| 9 <outputs> | |
| 10 <data from_work_dir="output.txt" format="txt" /> | |
| 11 </outputs> | |
| 12 | |
| 13 <help> | |
| 14 http://labs.eemb.ucsb.edu/oakley/todd/ | |
| 15 | |
| 16 Takes the output file of EvolMAP Output tool as input and deletes the user defined species from this file and is ouputted to a new text file. | |
| 17 | |
| 18 Input format: | |
| 19 Text (txt) | |
| 20 | |
| 21 Output format: | |
| 22 Text (txt) | |
| 23 </help> | |
| 24 </tool> |
