<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from text --><style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<div>
<div>Does the SRA blast database &nbsp;show up in eutils einfo?</div>
<div><br>
</div>
<div>Chris</div>
<br>
<br>
<div>-------- Original message --------</div>
<div>From: Peter Cock </div>
<div>Date:12/21/2014 8:47 AM (GMT-06:00) </div>
<div>To: assaf www </div>
<div>Cc: Biopython Mailing List </div>
<div>Subject: Re: [Biopython] remote blast against SRA database with biopython </div>
<div><br>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">I was hoping it could be done with BLAST&#43; and the -remote option,<br>
but that doesn't seem to work - maybe I have guessing the SRA<br>
database name wrong?<br>
<br>
$ blastn -query example -db sra -max_target_seqs 3 -outfmt 6 -remote<br>
Warning: Error initializing remote BLAST database data loader:<br>
Nucleotide BLAST database 'sra' does not exist in the NCBI servers<br>
BLAST Database error: 'sra' not found on NCBI servers.<br>
<br>
And:<br>
<br>
$ blastn -query example.fasta -db SRA -max_target_seqs 3 -outfmt 6 -remote<br>
Warning: Error initializing remote BLAST database data loader:<br>
Nucleotide BLAST database 'SRA' does not exist in the NCBI servers<br>
BLAST Database error: 'SRA' not found on NCBI servers.<br>
<br>
In terms of the Biopython QBLAST function, that now uses<br>
<a href="http://blast.ncbi.nlm.nih.gov/Blast.cgi">http://blast.ncbi.nlm.nih.gov/Blast.cgi</a> internally, but does not<br>
set the BLAST_SPEC parameter which is not officially in the<br>
docmentation: <a href="http://www.ncbi.nlm.nih.gov/BLAST/Doc/urlapi.html">http://www.ncbi.nlm.nih.gov/BLAST/Doc/urlapi.html</a><br>
<br>
Either that documentation is out of date, or using this would<br>
be unofficial... but you could try extending that function?<br>
<br>
Regards,<br>
<br>
Peter<br>
<br>
<br>
On Sun, Dec 21, 2014 at 11:09 AM, assaf www &lt;assafwww@gmail.com&gt; wrote:<br>
&gt; hi there,<br>
&gt; I would like to use remote blast against SRA database<br>
&gt; (<a href="http://www.ncbi.nlm.nih.gov/sra">http://www.ncbi.nlm.nih.gov/sra</a>) with biopython, for specific<br>
&gt; experiments<br>
&gt;<br>
&gt; on the NCBI blast it is done from:<br>
&gt; <a href="https://blast.ncbi.nlm.nih.gov/Blast.cgi?PROGRAM=blastn&amp;PAGE_TYPE=BlastSearch&amp;BLAST_SPEC=SRA&amp;DB_GROUP=Exp">
https://blast.ncbi.nlm.nih.gov/Blast.cgi?PROGRAM=blastn&amp;PAGE_TYPE=BlastSearch&amp;BLAST_SPEC=SRA&amp;DB_GROUP=Exp</a><br>
&gt;<br>
&gt; do you maybe have and idea whether this can be done with biopython ?<br>
&gt; for example with NCBIWWW.qblast() or otherwise ?<br>
&gt;<br>
&gt; thanks a lot<br>
&gt; Assaf<br>
&gt; _______________________________________________<br>
&gt; Biopython mailing list&nbsp; -&nbsp; Biopython@mailman.open-bio.org<br>
&gt; <a href="http://mailman.open-bio.org/mailman/listinfo/biopython">http://mailman.open-bio.org/mailman/listinfo/biopython</a><br>
_______________________________________________<br>
Biopython mailing list&nbsp; -&nbsp; Biopython@mailman.open-bio.org<br>
<a href="http://mailman.open-bio.org/mailman/listinfo/biopython">http://mailman.open-bio.org/mailman/listinfo/biopython</a><br>
</div>
</span></font>
</body>
</html>