Skip to content

Commit

Permalink
Merge pull request #153 from WGLab/fix_duplicate_readgroup_for_multip…
Browse files Browse the repository at this point in the history
…le_sample

fix serious typo!
  • Loading branch information
kaichop authored Oct 27, 2016
2 parents dc7f462 + 69ee6e3 commit 4616f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/secondary/pipeline
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ sub procFQ {
'file' => $file,
'filetype' => 'FASTQ',
'sample' => $prefix_list[$i],
'rgid' => $readgroup[$i],
'rg' => $readgroup[$i],
'lb' => $library[$i],
'pl' => $platform[$i],
'rank' => $k,
Expand Down

0 comments on commit 4616f6f

Please sign in to comment.