Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • G-BLASTN 1.1 Released

    G-BLASTN v1.1 released.

    G-BLASTN is a GPU-accelerated nucleotide alignment tool based on the widely used NCBI-BLAST. G-BLASTN can produce exactly the same results as NCBI-BLAST, and it also has very similar user commands. It also supports a pipeline mode, which can fully use the GPU and CPU resources when handling a batch of medium to large sized queries. Currently, G_BLASTN supports the blastn and megablast modes of NCBI-BLAST. The discontiguous megablast mode is not supported yet.

    G-BLASTN is free software and you can browse/download the source code at https://sourceforge.net/projects/gblastn/ or https://github.com/OpenHero/gblastn .

    Binary codes of G-BLASTNA are also avialble for the following platforms:
    64bit CentOS 6.4: https://github.com/OpenHero/gblastn/...d/v1.1/gblastn
    64bit Windows 7: http://sourceforge.net/projects/gbla...n.exe/download
    Last edited by OpenHero; 11-26-2013, 06:00 AM.

  • #2
    I wonder if the alleged 7X speedup of NVIDIA GTX780 over Intel Core i7-3820 has anything to do with how they set up parallelization for gnblastn vs plain blastn. Based on the supplementary.pdf from http://www.comp.hkbu.edu.hk/~chxw/software/G-BLASTN.htm, I would say yes (if it was set properly, "speedup 8" would be more-or-less exactly twice as fast as "speedup 4"). Anyway, I'm sure there's more to it than that. Looking forward to reading the article. A few GPUs and a good CPU might make a rather decent bioinformatics workstation in the not so distant future
    Last edited by rhinoceros; 11-26-2013, 05:54 AM.
    savetherhino.org

    Comment


    • #3
      Originally posted by rhinoceros View Post
      I wonder if the alleged 7X speedup of NVIDIA GTX780 over Intel Core i7-3820 has anything to do with how they set up parallelization for gnblastn vs plain blastn. Based on the supplementary.pdf from http://www.comp.hkbu.edu.hk/~chxw/software/G-BLASTN.htm, I would say yes (if it was set properly, "speedup 8" would be more-or-less exactly twice as fast as "speedup 4"). Anyway, I'm sure there's more to it than that. Looking forward to reading the article. A few GPUs and a good CPU might make a rather decent bioinformatics workstation in the not so distant future
      Thanks for your interest.
      There are 4 main steps in blastn.
      1.Prepare the hash table with mask data.
      2.Scan the hits in the database and ungapped extention. And the -num_threads command only useful in this step ( the multi-threads only work in this step).
      3.Trace back the result in the database.
      4.Print the result.

      In our work, we have not only speedup the step 2, but also changed some of other parts, you can download the source code in the url.
      If there is any question please tell me.

      Comment


      • #4
        Originally posted by OpenHero View Post
        Thanks for your interest.
        There are 4 main steps in blastn.
        1.Prepare the hash table with mask data.
        2.Scan the hits in the database and ungapped extention. And the -num_threads command only useful in this step ( the multi-threads only work in this step).
        3.Trace back the result in the database.
        4.Print the result.

        In our work, we have not only speedup the step 2, but also changed some of other parts, you can download the source code in the url.
        If there is any question please tell me.
        Hello,

        I'm just saying that (assuming 4 cores and sufficient RAM):

        Code:
        blastn -query seqs.fasta -num_threads 4
        is a lot slower than:

        Code:
        cat seqs.fasta | parallel --block 100k --recstart '>' --pipe blastn -num_threads 1
        Because, as you pointed out, num_threads only parallelizes blast partially. So, perhaps some (how much) of the speed gain you're seeing is due to this..
        savetherhino.org

        Comment


        • #5
          Originally posted by rhinoceros View Post
          Hello,

          I'm just saying that (assuming 4 cores and sufficient RAM):

          Code:
          blastn -query seqs.fasta -num_threads 4
          is a lot slower than:

          Code:
          cat seqs.fasta | parallel --block 100k --recstart '>' --pipe blastn -num_threads 1
          Because, as you pointed out, num_threads only parallelizes blast partially. So, perhaps some (how much) of the speed gain you're seeing is due to this..
          You can try our application and compare them. Our application also support pipeline directly.

          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