Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • a_mt
    Member
    • Jul 2012
    • 34

    alignment speed on workstation vs desktop

    Hi all,

    Recently our lab purchased a workstation with 64 GB RAM, xeon processor (which has 64 cores) running on 64bit linux. I am connected to it through a desktop (linux 64bit) which has 4GB RAM, i5 processor (4 cores). I previously used to work on this desktop and now that I am connected to workstation, I thought of comparing the alignment speed on both machines.

    Data I used is paired end, with each 1.3 GB.
    I am using bowtie2 to align. (reference genome is yeast)

    On workstation I had set threads (-p) argument to 58 cores, and on desktop I used 3 cores out of available 4.

    Alignment results are same on both machines but the time taken by them is drastically different.

    Desktop machine took 8:39 secs, whereas
    Workstation took 18:18 secs !!!!!!!!

    What might be the problem ??

    I am sorry if my question is not relevent to the forum.

    Thank you !
  • dietmar13
    Senior Member
    • Mar 2010
    • 107

    #2
    guess

    perhaps time costs for parallelisation (splitting data and collecting results) are greater than time savings for mapping.

    better use a few cores per data set and process different datasets simultaneously (e.g. using &).

    only a guess...

    Comment

    • GenoMax
      Senior Member
      • Feb 2008
      • 7142

      #3
      Number of cores matters little if you can't efficiently feed them data (as you may have discovered).

      You should experiment with ramping up the number of cores starting with a smaller value on the workstation and checking to see where you finally encounter a system-level bottleneck (specially in terms of I/O or memory bandwidth). You may end up finding that using 24 (or a smaller/bigger number for that matter) of cores gives you the fastest execution times.

      You may be able to improve the I/O to some extent by using fast SSD drives (you did not say if you already have them) but other limits (memory bandwidth) would be properties of hardware you have in the workstation and can't be changed.

      Comment

      • xied75
        Senior Member
        • Feb 2012
        • 129

        #4
        8:39 you mean 8 mins 39 secs?

        I/O in this case shoudn't be the bottleneck, only a 1.3GB file, cost nothing to read.

        Someone familiar with how bowtie2 does the multithreading?

        If you like try with BWA ALN, report the number here.

        Best,

        dong

        Comment

        • a_mt
          Member
          • Jul 2012
          • 34

          #5
          @GenoMax :

          You were right.. I used different number of cores this is what I found (attachment). At -p 30, it took about only 1 min 30 seconds, after that it went on increasing. I think this is where bowtie2 encountered system-level bottleneck.. May be I will stick with this number for a while.. Thank you all for the suggestions..
          Attached Files

          Comment

          Latest Articles

          Collapse

          • SEQadmin2
            Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
            by SEQadmin2


            Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

            The systematic characterization of the human proteome has
            ...
            07-20-2026, 11:48 AM
          • SEQadmin2
            Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
            by SEQadmin2



            Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
            ...
            07-09-2026, 11:10 AM
          • SEQadmin2
            Cancer Drug Resistance: The Lingering Barrier to Rising Survival
            by SEQadmin2



            Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

            There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
            07-08-2026, 05:17 AM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by SEQadmin2, 07-24-2026, 12:17 PM
          0 responses
          25 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 07-23-2026, 11:41 AM
          0 responses
          19 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 07-20-2026, 11:10 AM
          0 responses
          26 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 07-13-2026, 10:26 AM
          0 responses
          38 views
          0 reactions
          Last Post SEQadmin2  
          Working...