Mercurial > repos > iuc > trinity_gene_to_trans_map
comparison gene_to_trans_map.xml @ 5:aad66a0cda96 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 7efdf3224552d113a01043ee5bf4517d770df933
| author | iuc |
|---|---|
| date | Fri, 31 Mar 2017 11:34:13 -0400 |
| parents | 1bbdff0c4dba |
| children | 1d65be4c5039 |
comparison
equal
deleted
inserted
replaced
| 4:d3ecce4acb68 | 5:aad66a0cda96 |
|---|---|
| 2 <description>for Trinity assembly</description> | 2 <description>for Trinity assembly</description> |
| 3 <macros> | 3 <macros> |
| 4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
| 5 </macros> | 5 </macros> |
| 6 <expand macro="requirements"/> | 6 <expand macro="requirements"/> |
| 7 <expand macro="stdio"/> | 7 <command detect_errors="aggressive"><![CDATA[ |
| 8 <command><![CDATA[ | |
| 9 get_Trinity_gene_to_trans_map.pl "$assembly" > "$map" | 8 get_Trinity_gene_to_trans_map.pl "$assembly" > "$map" |
| 10 ]]></command> | 9 ]]></command> |
| 11 <inputs> | 10 <inputs> |
| 12 <param format="fasta" name="assembly" type="data" label="Trinity assembly"/> | 11 <param format="fasta" name="assembly" type="data" label="Trinity assembly"/> |
| 13 </inputs> | 12 </inputs> |
