Skip to content

Commit

Permalink
Deleted variable not used
Browse files Browse the repository at this point in the history
  • Loading branch information
Aberdur committed Jan 17, 2025
1 parent ac69c69 commit 21628b0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ cat << "EOF" > _02_amrfinder_summary.sh
output_file="amrfinder_summary.tsv"
{
for file in *_out.tsv; do
sample_name=$(basename "$file" "_out.tsv")
[ "$header_added" ] || { head -n 1 "$file"; header_added=true; }
tail -n +2 "$file"
done
Expand Down

0 comments on commit 21628b0

Please sign in to comment.