[Bioperl-guts-l] bioperl-live/Bio/Index Fastq.pm,1.6,1.7
Heikki Lehvaslaiho
heikki at pub.open-bio.org
Wed Jul 13 08:29:19 EDT 2005
- Previous message: [Bioperl-guts-l] bioperl-live/Bio/Assembly/IO ace.pm,1.6,1.7
- Next message: [Bioperl-guts-l]
bioperl-live/Bio/Seq MetaI.pm, 1.3, 1.4 Quality.pm,
1.2, 1.3 SequenceTrace.pm, 1.8, 1.9 TraceI.pm, 1.4, 1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/repository/bioperl/bioperl-live/Bio/Index
In directory pub.open-bio.org:/tmp/cvs-serv19339/Bio/Index
Modified Files:
Fastq.pm
Log Message:
removing Bio:Seq::SeqWithQuality in favour of Bio::Seq::Quality
Index: Fastq.pm
===================================================================
RCS file: /home/repository/bioperl/bioperl-live/Bio/Index/Fastq.pm,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Fastq.pm 4 Jun 2003 08:36:40 -0000 1.6
--- Fastq.pm 13 Jul 2005 12:29:16 -0000 1.7
***************
*** 36,40 ****
foreach my $id (@ARGV) {
! my $seq = $inx->fetch($id); # Returns Bio::Seq::SeqWithQuality object
$out->write_seq($seq);
}
--- 36,40 ----
foreach my $id (@ARGV) {
! my $seq = $inx->fetch($id); # Returns Bio::Seq::Quality object
$out->write_seq($seq);
}
- Previous message: [Bioperl-guts-l] bioperl-live/Bio/Assembly/IO ace.pm,1.6,1.7
- Next message: [Bioperl-guts-l]
bioperl-live/Bio/Seq MetaI.pm, 1.3, 1.4 Quality.pm,
1.2, 1.3 SequenceTrace.pm, 1.8, 1.9 TraceI.pm, 1.4, 1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Bioperl-guts-l
mailing list