[Bioperl-l] Appending blast results for multi sequence data set.
Remo Sanges
sanges@biogem.it
Mon, 21 Oct 2002 18:02:52 +0200
Charles Hauser wrote:
> Hi,
>
> Trying to blast multiple sequences and collect all results in a single
> file.
> If I set @params w/ 'outfile' => '>>../20021010/BLAST/Xbn.out'
> OR => ">>../20021010/BLAST/Xbn.out"
you must first normally open file
open (FILE, '>>../20021010/BLAST/Xbn.out');
and then set @params 'outfile' => '../20021010/BLAST/Xbn.out'.........
__________________________________
Remo Sanges
BioGeM
Gene Expression Core Lab
Via Pietro Castellino 111
80131 NaplesItaly
+39 081 6132265
sanges@biogem.it
sanges@iigb.na.cnr.it
__________________________________