[Bioperl-guts-l] bioperl-live/Bio/Tools/Analysis/DNA ESEfinder.pm, 1.17, 1.18
Senduran Balasubramaniam
sendu at dev.open-bio.org
Thu Jun 14 10:16:19 EDT 2007
- Previous message: [Bioperl-guts-l] bioperl-live/Bio/Structure/SecStr/STRIDE Res.pm, 1.10, 1.11
- Next message: [Bioperl-guts-l] bioperl-live/Bio/SeqIO abi.pm, 1.15, 1.16 ace.pm, 1.19, 1.20 alf.pm, 1.13, 1.14 bsml.pm, 1.26, 1.27 bsml_sax.pm, 1.6, 1.7 chadoxml.pm, 1.32, 1.33 chaos.pm, 1.13, 1.14 ctf.pm, 1.16, 1.17 embl.pm, 1.111, 1.112 entrezgene.pm, 1.29, 1.30 exp.pm, 1.16, 1.17 fastq.pm, 1.17, 1.18 gcg.pm, 1.29, 1.30 genbank.pm, 1.165, 1.166 interpro.pm, 1.13, 1.14 kegg.pm, 1.21, 1.22 largefasta.pm, 1.26, 1.27 phd.pm, 1.25, 1.26 pir.pm, 1.25, 1.26 pln.pm, 1.13, 1.14 qual.pm, 1.33, 1.34 raw.pm, 1.23, 1.24 scf.pm, 1.41, 1.42 swiss.pm, 1.106, 1.107 tigr.pm, 1.13, 1.14 tigrxml.pm, 1.9, 1.10 ztr.pm, 1.15, 1.16
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/repository/bioperl/bioperl-live/Bio/Tools/Analysis/DNA
In directory dev.open-bio.org:/tmp/cvs-serv22328/Bio/Tools/Analysis/DNA
Modified Files:
ESEfinder.pm
Log Message:
removed bad "new Bio::Module" syntax, replaced with "Bio::Module->new"
Index: ESEfinder.pm
===================================================================
RCS file: /home/repository/bioperl/bioperl-live/Bio/Tools/Analysis/DNA/ESEfinder.pm,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** ESEfinder.pm 20 Oct 2006 14:42:12 -0000 1.17
--- ESEfinder.pm 14 Jun 2007 14:16:17 -0000 1.18
***************
*** 195,199 ****
my $seq_fasta;
my $stringfh = new IO::String($seq_fasta);
! my $seqout = new Bio::SeqIO(-fh => $stringfh,
-format => 'fasta');
$seqout->write_seq($self->seq);
--- 195,199 ----
my $seq_fasta;
my $stringfh = new IO::String($seq_fasta);
! my $seqout = Bio::SeqIO->new(-fh => $stringfh,
-format => 'fasta');
$seqout->write_seq($self->seq);
- Previous message: [Bioperl-guts-l] bioperl-live/Bio/Structure/SecStr/STRIDE Res.pm, 1.10, 1.11
- Next message: [Bioperl-guts-l] bioperl-live/Bio/SeqIO abi.pm, 1.15, 1.16 ace.pm, 1.19, 1.20 alf.pm, 1.13, 1.14 bsml.pm, 1.26, 1.27 bsml_sax.pm, 1.6, 1.7 chadoxml.pm, 1.32, 1.33 chaos.pm, 1.13, 1.14 ctf.pm, 1.16, 1.17 embl.pm, 1.111, 1.112 entrezgene.pm, 1.29, 1.30 exp.pm, 1.16, 1.17 fastq.pm, 1.17, 1.18 gcg.pm, 1.29, 1.30 genbank.pm, 1.165, 1.166 interpro.pm, 1.13, 1.14 kegg.pm, 1.21, 1.22 largefasta.pm, 1.26, 1.27 phd.pm, 1.25, 1.26 pir.pm, 1.25, 1.26 pln.pm, 1.13, 1.14 qual.pm, 1.33, 1.34 raw.pm, 1.23, 1.24 scf.pm, 1.41, 1.42 swiss.pm, 1.106, 1.107 tigr.pm, 1.13, 1.14 tigrxml.pm, 1.9, 1.10 ztr.pm, 1.15, 1.16
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Bioperl-guts-l
mailing list