Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Parallel BLAST multithreading, old and new question

    Hello,

    I am wondered what is the best way to run blastn on a huge query file (5G ) against small database (SILVA or RDP) in parallel CPUs ?

    1- split queries into parts which each part is smaller then database size, then run the blastn on all parts at the same time. Then use mpiru or qsub -pe of (#$ -pe smp 8G ; #$ -l h_vmem= ? ! 8x8) on each part. I ignore until now how to run the blastn on all parts at the same time, not just doing a "while" or "for" into the parts list

    2- Use it simply with -num_threads option of blastn on (each part of course)
    3- use "-task megablast" in blastn

    I have the same question when we have a huge database like nr or nt.
    Please share with me your views, help, remarks into the aim of improving these questions and finding right answers

    thanks
    __Bach__

  • #2
    As far as I remember, -num_threads option is actually not working as expected, and blast runs in a single thread most of time. What I usually do (for the same type of problem): split query to #threads parts and run parallel on them. Sometimes it is wise to do redundancy elimination, something like CD-HIT, or at least combine identical reads.

    Comment


    • #3
      If your query file has 10,000s of sequences, break it up into sub-files, e.g. files of 1000 sequences each. Then run a separate blastn for each query file, and if need be combine the output.
      Last edited by maubp; 12-17-2013, 08:47 AM. Reason: blastp -> blastn

      Comment


      • #4
        I see, I think spiting the query into multi-files is the best solution.
        the option -num_threads i not working correctly

        Thanks
        __Bach__

        Comment


        • #5
          I think the -num_threads option works better on large databases.

          Comment

          Latest Articles

          Collapse

          • 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
          • seqadmin
            Current Approaches to Protein Sequencing
            by seqadmin


            Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
            04-04-2024, 04:25 PM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by seqadmin, 04-25-2024, 11:49 AM
          0 responses
          20 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-24-2024, 08:47 AM
          0 responses
          20 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-11-2024, 12:08 PM
          0 responses
          62 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-10-2024, 10:19 PM
          0 responses
          61 views
          0 likes
          Last Post seqadmin  
          Working...
          X