Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Leila011 committed Aug 20, 2024
1 parent d2fba99 commit 998854c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions src/agat/agat_sp_extract_attributes/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,8 @@ argument_groups:
arguments:
- name: --output
alternatives: [-o, --out, --outfile]
description: Output GFF file.
type: file
direction: output
description: Output GFF file. One file per attribute tag will be created using the attribute tag name as file name suffix.
type: string
required: true
example: output.txt
- name: Arguments
Expand Down
2 changes: 1 addition & 1 deletion src/agat/agat_sp_extract_attributes/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ set -eo pipefail
agat_sp_extract_attributes.pl \
--gff "$par_gff" \
--attribute "$par_attribute" \
-output "$par_output" \
--output "$par_output" \
${par_primary_tag:+-p "${par_primary_tag}"} \
${par_merge:+--merge} \
${par_dot:+-d} \
Expand Down

0 comments on commit 998854c

Please sign in to comment.