Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • tahamasoodi
    Success
    • May 2012
    • 130

    Merging BAM files before sorting

    Hi,

    I have multiple BAM files of the same sample from 2 different runs. Do I first merge these and then later do sorting or the otherway? I heard someone say that we must first do coordinate sorting for each BAM file and then merge the sorted files. Does it make difference?

    Thanks
    Thanks,
  • dpryan
    Devon Ryan
    • Jul 2011
    • 3478

    #2
    It doesn't matter if you sort and merge or merge and sort, you'll get the same result either way. BTW, instead of using "samtools merge", use "samtools cat" (you're going to subsequently sort them anyway).

    Comment

    • tahamasoodi
      Success
      • May 2012
      • 130

      #3
      Thanks! I've already used samtools merge for previous samples, what difference samtools cat will do? Will it decrease the processing time?
      Thanks,

      Comment

      • dpryan
        Devon Ryan
        • Jul 2011
        • 3478

        #4
        Yeah, it'll just make things a bit faster. Merge is only needed if you need to keep a sorting order constant, but if you're going to sort things after the fact anyway then there's no point.

        Comment

        Latest Articles

        Collapse

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by SEQadmin2, Yesterday, 10:09 AM
        0 responses
        9 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-04-2026, 08:59 AM
        0 responses
        17 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-02-2026, 12:03 PM
        0 responses
        26 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-02-2026, 11:40 AM
        0 responses
        21 views
        0 reactions
        Last Post SEQadmin2  
        Working...