We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeb6499 commit f84d4d6Copy full SHA for f84d4d6
gffutils/create_gffdb.xml
@@ -4,7 +4,7 @@
4
<requirement type="package">gffutils</requirement>
5
</requirements>
6
<command detect_errors="exit_code"><![CDATA[
7
- python '$__tool_directory__/create_gffdb.py' $create_introns '$input' '$output'
+ python '$__tool_directory__/create_gffdb.py' $disable_infer_transcripts $disable_infer_genes $create_introns '$input' '$output'
8
]]></command>
9
<inputs>
10
<param name="input" type="data" format="gtf,gff3" label="GTF or GFF3 Annotation"/>
0 commit comments