You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<paramname="species_table"type="text"label="Spaln species table to use (optional)"/>
28
34
<paramargument="--max_intron"type="integer"min="0"label="Max intron length"help="Maximum intron length (passed to metaeuk)"optional="true" />
29
35
<paramargument="--min_intron"type="integer"min="0"label="Min intron length"help="Minimum intron length (passed to metaeuk and spaln)"optional="true" />
36
+
<paramargument="--min_coverage"type="float"min="0"max="1"label="Min coverage"help="Minimum proportion of a gene that needs to be covered by exons"optional="true" />
37
+
<paramargument="--eval"type="float"min="0"label="E-val"help="Maximum E-val for MetaEuk"optional="true" />
30
38
</inputs>
31
-
<outputs>
39
+
<outputs>
32
40
<dataname="output_gff"format="gff3"label="Map proteins to genome ${on_string}"/>
0 commit comments