Mercurial > repos > ucsb-phylogenetics > osiris_phylogenetics
diff orthologs/ucsb_hamster/translate.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 diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/orthologs/ucsb_hamster/translate.xml Tue Mar 11 12:19:13 2014 -0700 @@ -0,0 +1,23 @@ +<tool id="translate" name="Translate"> + <description>Runs Translate</description> + <command interpreter="perl">translate.pl -infile=$inFile 2>log.txt</command> + <inputs> + <param name="inFile" type="data" format="fasta" label="fasta file" /> + + </inputs> + + <outputs> + <data format="fasta" label="Translated" from_work_dir="translate_tc.out" /> + </outputs> + + <help> + Translate is a part of Hamster. + + Note: Translate will only read the first 20 characters of a header. If there are identical + headers within your file, the script will crash. + + Input: FASTA file containing ESTs. + + </help> +</tool> +