Skip to content

Commit

Permalink
remove unset IFS
Browse files Browse the repository at this point in the history
  • Loading branch information
Leila011 committed Aug 19, 2024
1 parent 29501fb commit ead79bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/agat/agat_sp_merge_annotations/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ IFS=";" read -ra file_names <<< "$par_gff"
for file in "${file_names[@]}"; do
input_files+="--gff $file "
done
unset IFS

# run agat_sp_merge_annotations
agat_sp_merge_annotations.pl \
Expand Down

0 comments on commit ead79bb

Please sign in to comment.