Mercurial > repos > ucsb-phylogenetics > osiris_phylogenetics
view 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 source
<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>