Skip to content

Commit

Permalink
convert par_type to comma separated list
Browse files Browse the repository at this point in the history
  • Loading branch information
Leila011 committed Aug 19, 2024
1 parent 7a22888 commit 4819514
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/agat/agat_sp_filter_feature_from_kill_list/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
# unset flags
[[ "$par_verbose" == "false" ]] && unset par_verbose

# convert par_type to comma separated list
par_type=$(echo $par_type | tr ';' ',').

# run agat_sp_filter_feature_from_kill_list
agat_sp_filter_feature_from_kill_list.pl \
--gff "$par_gff" \
Expand Down

0 comments on commit 4819514

Please sign in to comment.