Skip to content

Commit

Permalink
Update fgenesh_annotate.xml
Browse files Browse the repository at this point in the history
replace gff with gff3 in the annotated_gff collection
  • Loading branch information
mthang authored Aug 28, 2024
1 parent 6a404fc commit 4c103f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/fgenesh/fgenesh_annotate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ INTRONIC_GENES = ${intronic_genes}
<!--<filter>input['input_type'] == 'multiple'</filter>-->
</collection>
<collection name="annotated_gff3" type="list" label="${tool.name} on ${on_string}: GFF3">
<discover_datasets pattern="(?P&lt;name&gt;.*).gff3$" format="gff" directory="output_gff"/>
<discover_datasets pattern="(?P&lt;name&gt;.*).gff3$" format="gff3" directory="output_gff"/>
</collection>
</outputs>

Expand Down

0 comments on commit 4c103f1

Please sign in to comment.