comparison extract_transcript_to_gene_map_from_trinity.xml @ 2:f6b8155ab12a

Add test cases
author Jim Johnson <jj@umn.edu>
date Thu, 06 Feb 2014 11:46:40 -0600
parents 1ff2fc8da328
children
comparison
equal deleted inserted replaced
1:1ff2fc8da328 2:f6b8155ab12a
12 </inputs> 12 </inputs>
13 <stdio> 13 <stdio>
14 <exit_code range="1:" level="fatal" description="Error Running RSEM" /> 14 <exit_code range="1:" level="fatal" description="Error Running RSEM" />
15 </stdio> 15 </stdio>
16 <outputs> 16 <outputs>
17 <data format="tabular" name="map_file" label="${sample} gene map file"/> 17 <data format="tabular" name="map_file" label="${tool.name} on ${on_string}: gene map file"/>
18 </outputs> 18 </outputs>
19 <tests>
20 <test>
21 <param name="trinity_fasta_file" value="trinity_assembled_transcripts.fasta" ftype="fasta"/>
22 <output name="map_file" file="trinity_gene_map.tabular"/>
23 </test>
24 </tests>
19 <help> 25 <help>
20 26
21 27
22 RSEM HOME PAGE - http://deweylab.biostat.wisc.edu/rsem/ 28 RSEM HOME PAGE - http://deweylab.biostat.wisc.edu/rsem/
23 29