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
            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, 05-14-2024, 07:03 AM
          0 responses
          15 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 05-10-2024, 06:35 AM
          0 responses
          37 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 05-09-2024, 02:46 PM
          0 responses
          45 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 05-07-2024, 06:57 AM
          0 responses
          39 views
          0 likes
          Last Post seqadmin  
          Working...
          X