Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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!

  • #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


    • #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


      • #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


        • #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

          • seqadmin
            Recent Advances in Sequencing Analysis Tools
            by seqadmin


            The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
            05-06-2024, 07:48 AM
          • seqadmin
            Essential Discoveries and Tools in Epitranscriptomics
            by seqadmin




            The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
            04-22-2024, 07:01 AM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by seqadmin, Yesterday, 06:57 AM
          0 responses
          11 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 05-06-2024, 07:17 AM
          0 responses
          16 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 05-02-2024, 08:06 AM
          0 responses
          19 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-30-2024, 12:17 PM
          0 responses
          24 views
          0 likes
          Last Post seqadmin  
          Working...
          X