Mercurial > repos > jjohnson > trinityrnaseq
comparison trinityrnaseq.xml @ 2:5eb99d21ef0d
Add trinityrnaseq_norm and transcriptsToOrfs tools
author | Jim Johnson <jj@umn.edu> |
---|---|
date | Thu, 05 Sep 2013 08:08:21 -0500 |
parents | a34ce2b18877 |
children | a9d882069cd4 |
comparison
equal
deleted
inserted
replaced
1:a34ce2b18877 | 2:5eb99d21ef0d |
---|---|
108 <param name="min_contig_length" type="integer" value="200" min="1" label="Minimum Contig Length" help=""/> | 108 <param name="min_contig_length" type="integer" value="200" min="1" label="Minimum Contig Length" help=""/> |
109 </when> | 109 </when> |
110 </conditional> | 110 </conditional> |
111 </inputs> | 111 </inputs> |
112 <stdio> | 112 <stdio> |
113 <exit_code range="1:" level="fatal" description="Faiiled" /> | 113 <exit_code range="1:" level="fatal" description="Failed" /> |
114 <regex match="command not found" | 114 <regex match="command not found" |
115 source="both" | 115 source="both" |
116 level="fatal" | 116 level="fatal" |
117 description="Trinity.pl not found" /> | 117 description="Trinity.pl not found" /> |
118 <regex match="Error" | 118 <regex match="Error" |