Advertisement
Guest User

Untitled

a guest
Apr 8th, 2020
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.24 KB | None | 0 0
  1. [dlm551@wonton-snm super_results]$ echo $t
  2. 023721T-JS0019-SJ0319UL1-U-LJCCQ-GGTGAACC-GCGTTGGA-200117-200117.noClusterDuplicates.bam
  3. [dlm551@wonton-snm super_results]$ samtools flagstat $t
  4. 15283300 + 0 in total (QC-passed reads + QC-failed reads)
  5. 0 + 0 secondary
  6. 0 + 0 supplementary
  7. 3143676 + 0 duplicates
  8. 15283300 + 0 mapped (100.00% : N/A)
  9. 314935 + 0 paired in sequencing
  10. 168039 + 0 read1
  11. 146896 + 0 read2
  12. 283490 + 0 properly paired (90.02% : N/A)
  13. 288927 + 0 with itself and mate mapped
  14. 26008 + 0 singletons (8.26% : N/A)
  15. 4625 + 0 with mate mapped to a different chr
  16. 4625 + 0 with mate mapped to a different chr (mapQ>=5)
  17.  
  18. [dlm551@wonton-snm super_results]$ echo $f
  19. 023721T-JS0019-SJ0319UL1-U-LJCCQ-GGTGAACC-GCGTTGGA-200117-200117.pure.bam
  20. [dlm551@wonton-snm super_results]$ samtools flagstat $f
  21. 12620054 + 0 in total (QC-passed reads + QC-failed reads)
  22. 0 + 0 secondary
  23. 0 + 0 supplementary
  24. 1929687 + 0 duplicates
  25. 12620054 + 0 mapped (100.00% : N/A)
  26. 229819 + 0 paired in sequencing
  27. 124655 + 0 read1
  28. 105164 + 0 read2
  29. 208213 + 0 properly paired (90.60% : N/A)
  30. 212398 + 0 with itself and mate mapped
  31. 17421 + 0 singletons (7.58% : N/A)
  32. 3572 + 0 with mate mapped to a different chr
  33. 3572 + 0 with mate mapped to a different chr (mapQ>=5)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement