[ create a new paste ] login | about

Link: http://codepad.org/J1IJDBP3    [ raw code | fork ]

Plain Text, pasted on May 13:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--------------------- WARNING ---------------------
MSG: NCBI esearch Errors/Warnings:
Error : Warnings : OutputMessage  [Query can only process the first 100 words.]
---------------------------------------------------

the code is basically as follows with @subarray being an array of 101 accession numbers

my $factory = Bio::DB::EUtilities-> new(-eutil => 'esearch',

						-email => $adminEmail,

						-db => 'nucleotide',

						-term => join(',', @subarray),

						-usehistory => 'y');


Create a new paste based on this one


Comments: