Skip to content

Commit

Permalink
Edited help message
Browse files Browse the repository at this point in the history
  • Loading branch information
tgurbich committed Aug 14, 2024
1 parent 6d01c38 commit eb05d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/antismash_gff_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def parse_args():
parser.add_argument('-o', '--output', required=True, type=str, help='Output GFF3 file name')
parser.add_argument('--cds_tag', default='ID', type=str,
help='Type of CDS ID tag to use in the GFF3 (to account for CDS identifier changes between'
'tools) (default: locus_tag)')
'tools) (default: ID)')
args = parser.parse_args()

return args.input, args.output, args.cds_tag
Expand Down

0 comments on commit eb05d97

Please sign in to comment.