annotate extract_transcript_to_gene_map_from_trinity.xml @ 1:1ff2fc8da328

Updates to rsem_calculate_expression.xml
author Jim Johnson <jj@umn.edu>
date Thu, 05 Dec 2013 10:54:28 -0600
parents
children f6b8155ab12a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
1ff2fc8da328 Updates to rsem_calculate_expression.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
1 <tool id="extract_transcript_to_gene_map_from_trinity" name="RSEM trinity fasta to gene map" version="1.1.17">
1ff2fc8da328 Updates to rsem_calculate_expression.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
2 <description>extract transcript to gene map from trinity</description>
1ff2fc8da328 Updates to rsem_calculate_expression.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
3 <requirements>
1ff2fc8da328 Updates to rsem_calculate_expression.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
4 <requirement type="package" version="1.1.17">rsem</requirement>
1ff2fc8da328 Updates to rsem_calculate_expression.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
5 </requirements>
1ff2fc8da328 Updates to rsem_calculate_expression.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
6 <command>
1ff2fc8da328 Updates to rsem_calculate_expression.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
7 extract-transcript-to-gene-map-from-trinity $trinity_fasta_file $map_file
1ff2fc8da328 Updates to rsem_calculate_expression.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
8 </command>
1ff2fc8da328 Updates to rsem_calculate_expression.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
9
1ff2fc8da328 Updates to rsem_calculate_expression.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
10 <inputs>
1ff2fc8da328 Updates to rsem_calculate_expression.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
11 <param name="trinity_fasta_file" type="data" format="fasta" label="Trinity fasta file" />
1ff2fc8da328 Updates to rsem_calculate_expression.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
12 </inputs>
1ff2fc8da328 Updates to rsem_calculate_expression.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
13 <stdio>
1ff2fc8da328 Updates to rsem_calculate_expression.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
14 <exit_code range="1:" level="fatal" description="Error Running RSEM" />
1ff2fc8da328 Updates to rsem_calculate_expression.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
15 </stdio>
1ff2fc8da328 Updates to rsem_calculate_expression.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
16 <outputs>
1ff2fc8da328 Updates to rsem_calculate_expression.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
17 <data format="tabular" name="map_file" label="${sample} gene map file"/>
1ff2fc8da328 Updates to rsem_calculate_expression.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
18 </outputs>
1ff2fc8da328 Updates to rsem_calculate_expression.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
19 <help>
1ff2fc8da328 Updates to rsem_calculate_expression.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
20
1ff2fc8da328 Updates to rsem_calculate_expression.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
21
1ff2fc8da328 Updates to rsem_calculate_expression.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
22 RSEM HOME PAGE - http://deweylab.biostat.wisc.edu/rsem/
1ff2fc8da328 Updates to rsem_calculate_expression.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
23
1ff2fc8da328 Updates to rsem_calculate_expression.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
24 NAME
1ff2fc8da328 Updates to rsem_calculate_expression.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
25 extract-transcript-to-gene-map-from-trinity
1ff2fc8da328 Updates to rsem_calculate_expression.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
26
1ff2fc8da328 Updates to rsem_calculate_expression.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
27 SYNOPSIS
1ff2fc8da328 Updates to rsem_calculate_expression.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
28 extract-transcript-to-gene-map-from-trinity trinity_fasta_file map_file
1ff2fc8da328 Updates to rsem_calculate_expression.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
29
1ff2fc8da328 Updates to rsem_calculate_expression.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
30 DESCRIPTION
1ff2fc8da328 Updates to rsem_calculate_expression.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
31 generates a gene_mp_file from a trinity fasta file
1ff2fc8da328 Updates to rsem_calculate_expression.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
32
1ff2fc8da328 Updates to rsem_calculate_expression.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
33
1ff2fc8da328 Updates to rsem_calculate_expression.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
34 </help>
1ff2fc8da328 Updates to rsem_calculate_expression.xml
Jim Johnson <jj@umn.edu>
parents:
diff changeset
35 </tool>