Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tkchafin authored Sep 11, 2024
1 parent fc737b2 commit d8a76e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/generate_cram_csv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ process_cram_file() {
local cram=$1
local chunkn=$2
local outcsv=$3
local $chunksize=$4
local chunksize=$4

local read_groups=$(samtools view -H "$cram" | grep '@RG' | awk '{for(i=1;i<=NF;i++){if($i ~ /^ID:/){print substr($i,4)}}}')
local num_read_groups=$(echo "$read_groups" | wc -w)
Expand Down

0 comments on commit d8a76e6

Please sign in to comment.