Skip to content

Commit f84d4d6

Browse files
committed
gffutils
include disable params in command line generation
1 parent eeb6499 commit f84d4d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gffutils/create_gffdb.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<requirement type="package">gffutils</requirement>
55
</requirements>
66
<command detect_errors="exit_code"><![CDATA[
7-
python '$__tool_directory__/create_gffdb.py' $create_introns '$input' '$output'
7+
python '$__tool_directory__/create_gffdb.py' $disable_infer_transcripts $disable_infer_genes $create_introns '$input' '$output'
88
]]></command>
99
<inputs>
1010
<param name="input" type="data" format="gtf,gff3" label="GTF or GFF3 Annotation"/>

0 commit comments

Comments
 (0)