Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • NCBI Blast Automation

    Hi! I am new at programming (study back in college) and biotech field. I am task to write a program that will do a sequence blast against NCBI database and return top 10 results.

    1) I was thinking about using NCBI Blast WSDL and when someone enter the sequence into Oracle DB. It will go to NCBI and return the sequence result.

    2) Java NCBI blast client, export all the sequence at night and do batch blast against NCBI blast.

    3) Any other ways someone think it is better route.

    So, if anyone know which way is better or know the script to do it, please let me know.

    Thank you!!!
    Andy

  • #2
    NCBI offers an example perl script to do a batch blast http://www.ncbi.nlm.nih.gov/IEB/Tool...t/web_blast.pl

    And if you're going to use it, remember this part:
    Please do not submit or retrieve more than one request every two seconds.
    Cause if you are too greedy, they may block you for some time
    Last edited by WhatsOEver; 07-10-2014, 11:37 PM.

    Comment


    • #3
      Hi, NCBI offers blast+ for this: http://blast.ncbi.nlm.nih.gov/Blast...._TYPE=Download
      which is what I use. You can then blast a file of sequences using a command like this:
      Code:
      blastx -db nr -query contigs.fa -evalue 10 -matrix 'BLOSUM62' -word_size 3 -gapopen 11 -gapextend 1 -max_target_seqs 3 -outfmt "10 std stitle" -out ../results/blast/blast-002.csv -remote

      Comment


      • #4
        If you expect to do this regularly (and with lots of sequences) then setting up local blast (along with regular download of blast indexes) may the thing to do.

        Comment

        Latest Articles

        Collapse

        • seqadmin
          Advancing Precision Medicine for Rare Diseases in Children
          by seqadmin




          Many organizations study rare diseases, but few have a mission as impactful as Rady Children’s Institute for Genomic Medicine (RCIGM). “We are all about changing outcomes for children,” explained Dr. Stephen Kingsmore, President and CEO of the group. The institute’s initial goal was to provide rapid diagnoses for critically ill children and shorten their diagnostic odyssey, a term used to describe the long and arduous process it takes patients to obtain an accurate...
          12-16-2024, 07:57 AM
        • seqadmin
          Recent Advances in Sequencing Technologies
          by seqadmin



          Innovations in next-generation sequencing technologies and techniques are driving more precise and comprehensive exploration of complex biological systems. Current advancements include improved accessibility for long-read sequencing and significant progress in single-cell and 3D genomics. This article explores some of the most impactful developments in the field over the past year.

          Long-Read Sequencing
          Long-read sequencing has seen remarkable advancements,...
          12-02-2024, 01:49 PM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, 12-17-2024, 10:28 AM
        0 responses
        33 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 12-13-2024, 08:24 AM
        0 responses
        48 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 12-12-2024, 07:41 AM
        0 responses
        34 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 12-11-2024, 07:45 AM
        0 responses
        46 views
        0 likes
        Last Post seqadmin  
        Working...
        X