Skip to content

Commit

Permalink
deflate_attribute must be boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
Juke34 committed Dec 3, 2024
1 parent b926af2 commit a9168e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/agat
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ force_gff_input_version, gtf_output_version, gff_output_version and output_forma
help => 'Set the GTF output vesion. Choice 1, 2, 2.1, 2.2, 2.5, 3 or relax. [Default relax]',
},
{
getopt => 'deflate_attribute=s',
getopt => 'deflate_attribute!',
help => 'deflate multi-values attributes: attribute_tag=att_value1,att_value2,att_value3 will will become attribute_tag=att_value1;attribute_tag2=att_value2;attribute_tag3=att_value3;',
},
{
Expand Down

0 comments on commit a9168e6

Please sign in to comment.