Mercurial > repos > ucsb-phylogenetics > osiris_phylogenetics
view 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 |
line wrap: on
line source
<tool id="evolmap_output_exclude" name="EvolMAP Output Species Exclude"> <description>Modifies EvolMAP Output to exclude specific species.</description> <command interpreter="perl">evolmap_output_exclude.pl $input $speciesList</command> <inputs> <param name="input" type="data" format="txt" label="EvolMAP Output generated file" /> <param name="speciesList" type="text" area="true" size="4x25" label="Species to exclude separated by commas with no space -- example: VolvoxCarteriFNagariensis,CoccomyxaSpC169" /> </inputs> <outputs> <data from_work_dir="output.txt" format="txt" /> </outputs> <help> http://labs.eemb.ucsb.edu/oakley/todd/ 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. Input format: Text (txt) Output format: Text (txt) </help> </tool>