Skip to content

Commit

Permalink
Create awk_script_qualityFiltering_SAM
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoubeidiLab committed Apr 7, 2022
0 parents commit f7bfcbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions awk_script_qualityFiltering_SAM
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
egrep -w 'NM:i:[0-5]|@SQ|@PG' fileName.sam | awk '($5 == 60 && $2 < 2048) || $1~/^@/' > fileName-Q60.sam

0 comments on commit f7bfcbb

Please sign in to comment.