[Bioperl-l] Bio::DB::Fasta

Smithies, Russell Russell.Smithies at agresearch.co.nz
Tue Nov 24 22:21:52 UTC 2009


That's what I ended up doing.
Also, there's no "obvious" way to index a single file so I ended putting the filename in the glob parameter.

my $db = Bio::DB::Fasta->new( "$tmp", -glob => "test.faa", -reindex => 1 );

--Russell


> -----Original Message-----
> From: Mark A. Jensen [mailto:maj at fortinbras.us]
> Sent: Wednesday, 25 November 2009 11:19 a.m.
> To: Smithies, Russell; 'bioperl-l'
> Subject: Re: [Bioperl-l] Bio::DB::Fasta
> 
> The code (method index_dir() ) seems to expect all the fasta files to be
> contained in that directory. Looks hairy; what about creating symlinks to
> your
> fasta files in a /tmp subdir and calling new() with that subdir?
> ----- Original Message -----
> From: "Smithies, Russell" <Russell.Smithies at agresearch.co.nz>
> To: "'bioperl-l'" <bioperl-l at bioperl.org>
> Sent: Tuesday, November 24, 2009 5:04 PM
> Subject: [Bioperl-l] Bio::DB::Fasta
> 
> 
> > Is there any way to pass a filename to Bio::DB::Fasta for the location
> of
> > where to write the directory.index?
> > It's writing in the same dir as the fasta but I'd rather have it write
> in /tmp
> > as it's part of a web app.
> >
> > Thanx,
> >
> > Russell
> >
> >
> > =======================================================================
> > Attention: The information contained in this message and/or attachments
> > from AgResearch Limited is intended only for the persons or entities
> > to which it is addressed and may contain confidential and/or privileged
> > material. Any review, retransmission, dissemination or other use of, or
> > taking of any action in reliance upon, this information by persons or
> > entities other than the intended recipients is prohibited by AgResearch
> > Limited. If you have received this message in error, please notify the
> > sender immediately.
> > =======================================================================
> >
> > _______________________________________________
> > Bioperl-l mailing list
> > Bioperl-l at lists.open-bio.org
> > http://lists.open-bio.org/mailman/listinfo/bioperl-l
> >
> >





More information about the Bioperl-l mailing list