Skip to content

Commit

Permalink
fix run script
Browse files Browse the repository at this point in the history
  • Loading branch information
Leila011 committed Aug 8, 2024
1 parent f86a634 commit 654efa4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/agat/agat_sp_ensembl_output_style/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
# unset flags
[[ "$par_verbose" == "false" ]] && unset par_verbose

# run agat_convert_sp_bed2gff.pl
agat_convert_bed2gff.pl \
--gff "$par_bed" \
# run agat_sp_ensembl_output_style.pl
agat_sp_ensembl_output_style.pl \
--gff "$par_gff" \
--output "$par_output" \
${par_verbose:+-v}
${par_config:+--config "${par_config}"} \

0 comments on commit 654efa4

Please sign in to comment.