annotate gtfToBed12.xml @ 0:75a14cc16d4d draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
author iuc
date Fri, 18 May 2018 15:10:34 -0400
parents
children 57d45064f114
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
1 <tool id="gtftobed12" name="Convert GTF to BED12" version="357">
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
2 <requirements>
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
3 <requirement type="package" version="357">ucsc-gtftogenepred</requirement>
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
4 <requirement type="package" version="357">ucsc-genepredtobed</requirement>
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
5 </requirements>
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
6 <command detect_errors="aggressive"><![CDATA[
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
7 gtfToGenePred
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
8 #if $advanced_options.advanced_options_selector == "advanced":
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
9 $advanced_options.ignoreGroupsWithoutExons
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
10 $advanced_options.simple
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
11 $advanced_options.allErrors
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
12 $advanced_options.impliedStopAfterCds
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
13 $advanced_options.includeVersion
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
14 #if $advanced_options.infoOut:
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
15 -infoOut='${transcript_info_file}'
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
16 #end if
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
17 #for $prefix in $advanced_options.sourcePrefixes
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
18 -sourcePrefix='${prefix.sourcePrefix}'
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
19 #end for
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
20 #end if
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
21 '${gtf_file}'
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
22 'temp.genePred' &&
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
23 genePredToBed 'temp.genePred' '${bed_file}'
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
24 ]]>
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
25 </command>
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
26 <inputs>
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
27 <param name="gtf_file" type="data" format="gtf" label="GTF File to convert" />
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
28 <conditional name="advanced_options">
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
29 <param name="advanced_options_selector" type="select" label="Advanced options"
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
30 help="Advanced options for gtfToGenePred.">
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
31 <option value="default" selected="true">Use default options</option>
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
32 <option value="advanced">Set advanced options</option>
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
33 </param>
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
34 <when value="default" />
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
35 <when value="advanced">
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
36 <repeat name="sourcePrefixes" title="Source Prefixes"
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
37 help="Only process entries where the source name has the specified prefixes">
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
38 <param argument="-sourcePrefix" label="Source prefix"
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
39 type="text" />
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
40 </repeat>
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
41 <param argument="-ignoreGroupsWithoutExons" label="Ignore groups without exons"
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
42 help="Ignore groups that do not have exons, otherwise they will cause an error."
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
43 type="boolean" truevalue="-ignoreGroupsWithoutExons" falsevalue="" checked="false" />
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
44 <param argument="-simple" label="Skip hierarchy check"
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
45 help="Only check column validity, not heirarchy, may result in invalid output."
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
46 type="boolean" truevalue="-simple" falsevalue="" checked="false" />
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
47 <param argument="-allErrors" label="Skip all errors"
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
48 help="Skip groups with errors rather than aborting. Useful for getting information
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
49 about as many errors as possible."
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
50 type="boolean" truevalue="-allErrors" falsevalue="" checked="false" />
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
51 <param argument="-impliedStopAfterCds" label="Implied stop codon in after CDS"
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
52 help="Assume there is an implied stop codon after CDS."
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
53 type="boolean" truevalue="-impliedStopAfterCds" falsevalue="" checked="false" />
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
54 <param argument="-includeVersion" label="Include gene and transcript version"
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
55 help="If gene_version and/or transcript_version attributes exist, include the version
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
56 in the corresponding identifiers."
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
57 type="boolean" truevalue="-includeVersion" falsevalue="" checked="false" />
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
58 <param argument="-infoOut" label="Output transcript information file"
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
59 help="Outputs a file with information about each transcript."
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
60 type="boolean" checked="false" />
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
61 </when>
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
62 </conditional>
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
63 </inputs>
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
64 <outputs>
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
65 <data name="bed_file" format="bed12" metadata_source="gtf_file" />
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
66 <data name="transcript_info_file" format="tabular" metadata_source="gtf_file">
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
67 <filter>advanced_options['infoOut']</filter>
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
68 </data>
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
69 </outputs>
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
70 <tests>
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
71 <test>
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
72 <param name="gtf_file" value="gtf2bed_test.gtf"/>
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
73 <output name="bed_file" file="gtf2bed_test.bed" ftype="bed12"/>
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
74 </test>
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
75 <test>
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
76 <param name="gtf_file" value="gtf2bed_test_missing_exon.gtf"/>
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
77 <param name="advanced_options_selector" value="advanced" />
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
78 <param name="ignoreGroupsWithoutExons" value="true" />
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
79 <output name="bed_file" file="gtf2bed_test_missing_exon.bed" ftype="bed12"/>
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
80 </test>
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
81 <test>
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
82 <param name="gtf_file" value="gtf2bed_test.gtf"/>
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
83 <param name="advanced_options_selector" value="advanced" />
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
84 <param name="includeVersion" value="true" />
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
85 <output name="bed_file" file="gtf2bed_test_include_version.bed" ftype="bed12"/>
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
86 </test>
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
87 <test>
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
88 <param name="gtf_file" value="gtf2bed_test.gtf"/>
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
89 <param name="advanced_options_selector" value="advanced" />
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
90 <param name="infoOut" value="true" />
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
91 <output name="bed_file" file="gtf2bed_test.bed" ftype="bed12"/>
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
92 <output name="transcript_info_file" file="gtf2bed_test_transcript_info.txt" ftype="tabular"/>
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
93 </test>
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
94 <test>
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
95 <param name="gtf_file" value="gtf2bed_test.gtf"/>
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
96 <param name="advanced_options_selector" value="advanced" />
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
97 <repeat name="sourcePrefixes">
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
98 <param name="sourcePrefix" value="hav" />
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
99 </repeat>
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
100 <output name="bed_file" file="gtf2bed_test_havana.bed" ftype="bed12"/>
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
101 </test>
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
102 <test>
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
103 <param name="gtf_file" value="gtf2bed_test.gtf"/>
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
104 <param name="advanced_options_selector" value="advanced" />
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
105 <repeat name="sourcePrefixes">
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
106 <param name="sourcePrefix" value="hav" />
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
107 </repeat>
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
108 <repeat name="sourcePrefixes">
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
109 <param name="sourcePrefix" value="ens" />
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
110 </repeat>
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
111 <output name="bed_file" file="gtf2bed_test.bed" ftype="bed12"/>
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
112 </test>
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
113 </tests>
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
114 <help><![CDATA[
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
115 Converts a GTF_ file to a BED12_ formatted file using UCSC tools from Jim Kent.
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
116
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
117 ``gtfToGenePred``, followed by ``genePredToBed``
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
118
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
119 .. _GTF: https://genome.ucsc.edu/FAQ/FAQformat.html#format4
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
120 .. _BED12: https://genome.ucsc.edu/FAQ/FAQformat.html#format1
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
121 ]]>
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
122 </help>
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
123
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
124 <citations>
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
125 <citation type="doi">10.1101/gr.229102</citation>
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
126 </citations>
75a14cc16d4d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtfToBed12 commit adc4f5c431fca0bcdf93188b7065bdc4c9c424c6
iuc
parents:
diff changeset
127 </tool>