[Bioperl-l] passing multiple databases to blastall
James Wasmuth
james.wasmuth at ed.ac.uk
Sat May 31 18:39:18 EDT 2003
Place the databases into a variable. The below works for me..
my $est_db = '"/dba/BMC.fsa /dba/ALC.fsa /dba/HCC.fsa"';
my @params_est = ('d' => "$est_db" , 'program' => "$est_blast_meth" , 'e' => "$e" , 'F' => "$mask_status" , '_READMETHOD' => "Blast" , 'outfile' => "$dir/est.bls");
J
Andrew Nunberg wrote:
> Hi,
> in blast you can pass multiple databases to blastall (-d "db1 db2
> db3"), the quotes are required.
>
> In bioperl-1.2 if i pass the option to the blast factory,
> $factory->d('"db1 db2"');
>
> the result is not the expected behavior. The first db is seen but not
> the second.
>
> any ideas?
>
> Andy Nunberg
> Orion Genomics
>
> _______________________________________________
> Bioperl-l mailing list
> Bioperl-l at portal.open-bio.org
> http://portal.open-bio.org/mailman/listinfo/bioperl-l
More information about the Bioperl-l
mailing list