Skip to content

Commit

Permalink
Drop duplicate rows sometimes created by fastQTL
Browse files Browse the repository at this point in the history
  • Loading branch information
kauralasoo committed Jun 8, 2020
1 parent bc37992 commit 1a32d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ process sort_qtltools_output {

script:
"""
gzip -dc $nominal_merged | LANG=C sort -k2,2 -k3,3n -S11G --parallel=8 | \\
gzip -dc $nominal_merged | LANG=C sort -k2,2 -k3,3n -S11G --parallel=8 | uniq | \\
bgzip > ${study_qtl_group}.nominal.sorted.norsid.tsv.gz
"""
}
Expand Down

0 comments on commit 1a32d34

Please sign in to comment.