Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • cindylanzao
    Member
    • Nov 2012
    • 19

    Computing time evaluate

    Hi,all

    I am doing RNA-seq alignment with STAR, my workstation is dual core(E5-2620v3), 12 thread in total, 64G RAM. I am running 9 mouse RNA-seq sample data(1GB/sample), parallelly, two days has gone, still no result. No error, the log just say start mapping. Can any one with similar experience tell me how can I make it faster or is there anything wrong.

    Below is my command:
    /STAR-STAR_2.4.2a/bin/Linux_x86_64/STAR --outFilterIntronMotifs RemoveNoncanonicalUnannotated --runThreadN 2 --outTmpDir /pathdir/ --outSAMtype BAM SortedByCoordinate --genomeDir /pathfordatabaseformus/ --readFilesIn XXX.clean.fq.gz --readFilesCommand zcat

    Thanks for all the guys who offer me help!
  • alexdobin
    Senior Member
    • Feb 2009
    • 161

    #2
    Originally posted by cindylanzao View Post
    Hi,all

    I am doing RNA-seq alignment with STAR, my workstation is dual core(E5-2620v3), 12 thread in total, 64G RAM. I am running 9 mouse RNA-seq sample data(1GB/sample), parallelly, two days has gone, still no result. No error, the log just say start mapping. Can any one with similar experience tell me how can I make it faster or is there anything wrong.

    Below is my command:
    /STAR-STAR_2.4.2a/bin/Linux_x86_64/STAR --outFilterIntronMotifs RemoveNoncanonicalUnannotated --runThreadN 2 --outTmpDir /pathdir/ --outSAMtype BAM SortedByCoordinate --genomeDir /pathfordatabaseformus/ --readFilesIn XXX.clean.fq.gz --readFilesCommand zcat

    Thanks for all the guys who offer me help!
    Hi @cindylanzao

    you can check check Log.progress.out for the current mapping speed and progress.
    Are you trying to map all 9 samples at the same time with 2 threads for each job? If so, you need to use shared memory option, e.g. --genomeLoad LoadAndKeep. Without shared memory, the genomes for each sample have to be loaded in RAM, which requires ~9*25 GB.
    A simpler option would be to map one sample at a time with 12 threads.

    Cheers
    Alex

    Comment

    • cindylanzao
      Member
      • Nov 2012
      • 19

      #3
      Thanks for your reply

      Originally posted by alexdobin View Post
      Hi @cindylanzao

      you can check check Log.progress.out for the current mapping speed and progress.
      Are you trying to map all 9 samples at the same time with 2 threads for each job? If so, you need to use shared memory option, e.g. --genomeLoad LoadAndKeep. Without shared memory, the genomes for each sample have to be loaded in RAM, which requires ~9*25 GB.
      A simpler option would be to map one sample at a time with 12 threads.

      Cheers
      Alex
      Thanks for your kind reply Alex, I have checked the Log.progress.out, it contains nothing but the title after a whole night's running with only one sample with 12 thread. Do you have any other suggestion? Thanks!

      Comment

      • alexdobin
        Senior Member
        • Feb 2009
        • 161

        #4
        Originally posted by cindylanzao View Post
        Thanks for your kind reply Alex, I have checked the Log.progress.out, it contains nothing but the title after a whole night's running with only one sample with 12 thread. Do you have any other suggestion? Thanks!
        Hi @cindylanzao,

        please post or email me the Log.out file from the failed single sample 12-thread run.

        Cheers
        Alex

        Comment

        • cindylanzao
          Member
          • Nov 2012
          • 19

          #5
          Originally posted by alexdobin View Post
          Hi @cindylanzao,

          please post or email me the Log.out file from the failed single sample 12-thread run.

          Cheers
          Alex
          Thanks for your help, but the project is in a hurry, so I have decided to change to tophat as the aligner, and have deleted all the related output file from STAR.

          Comment

          Latest Articles

          Collapse

          • 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
          • GATTACAT
            Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
            by GATTACAT
            Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
            07-01-2026, 11:43 AM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by SEQadmin2, Yesterday, 10:26 AM
          0 responses
          13 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 07-09-2026, 10:04 AM
          0 responses
          26 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 07-08-2026, 10:08 AM
          0 responses
          16 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 07-07-2026, 11:05 AM
          0 responses
          33 views
          0 reactions
          Last Post SEQadmin2  
          Working...