annotate extract_transcript_to_gene_map_from_trinity.xml @ 1:49795544dac7 draft

planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 62e8088d5f73cbb9b2f93e23a74636c77a06b492
author artbio
date Sun, 01 Apr 2018 18:28:24 -0400
parents e5e836936d60
children f6fc9b92d629
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
49795544dac7 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 62e8088d5f73cbb9b2f93e23a74636c77a06b492
artbio
parents: 0
diff changeset
1 <tool id="extract_transcript_to_gene_map_from_trinity" name="RSEM trinity fasta to gene map" version="@WRAPPER_VERSION@">
0
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
2 <description>extract transcript to gene map from trinity</description>
1
49795544dac7 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 62e8088d5f73cbb9b2f93e23a74636c77a06b492
artbio
parents: 0
diff changeset
3 <macros>
49795544dac7 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 62e8088d5f73cbb9b2f93e23a74636c77a06b492
artbio
parents: 0
diff changeset
4 <import>macros.xml</import>
49795544dac7 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 62e8088d5f73cbb9b2f93e23a74636c77a06b492
artbio
parents: 0
diff changeset
5 </macros>
0
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
6 <requirements>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
7 <requirement type="package" version="1.3.0">rsem</requirement>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
8 </requirements>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
9 <stdio>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
10 <exit_code range="1:" level="fatal" description="Error Running RSEM" />
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
11 </stdio>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
12 <command>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
13 extract-transcript-to-gene-map-from-trinity $trinity_fasta_file $map_file
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
14 </command>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
15 <inputs>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
16 <param name="trinity_fasta_file" type="data" format="fasta" label="Trinity fasta file" />
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
17 </inputs>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
18 <outputs>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
19 <data format="tabular" name="map_file" label="${tool.name} on ${on_string}: gene map file"/>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
20 </outputs>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
21 <tests>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
22 <test>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
23 <param name="trinity_fasta_file" value="trinity_assembled_transcripts.fasta" ftype="fasta"/>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
24 <output name="map_file" file="trinity_gene_map.tabular"/>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
25 </test>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
26 </tests>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
27 <help>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
28
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
29
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
30 RSEM HOME PAGE - http://deweylab.biostat.wisc.edu/rsem/
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
31
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
32 NAME
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
33 extract-transcript-to-gene-map-from-trinity
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
34
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
35 SYNOPSIS
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
36 extract-transcript-to-gene-map-from-trinity trinity_fasta_file map_file
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
37
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
38 DESCRIPTION
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
39 generates a gene_mp_file from a trinity fasta file
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
40
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
41
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
42 </help>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
43 <citations>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
44 <citation type="doi">10.1038/nbt.1883</citation>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
45 </citations>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
46 </tool>