[Bioperl-l] Bio::Tools::RepeatMasker typo?
Emmanuel Quevillon
equevill at infobiogen.fr
Wed Nov 2 12:16:16 EST 2005
Hi,
I just played with RepeatMasker module to parse output and create GFF3.
I noticed there is (I am not sure if it is a typo or it is wanted)
mistyped line in
function next_result() :
my $rf = Bio::SeqFeature::Generic->new;
$rf->seq_id ($query_name);
$rf->score ($score);
$rf->start ($query_start);
$rf->end ($query_end);
$rf->strand ($strand);
$rf->source_tag ("RepeatMasker");
$rf->primary_tag ($repeat_class);
my $rf2 = Bio::SeqFeature::Generic->new;
$rf2->seq_id ($repeat_name);
$rf2->score ($score);
$rf2->start ($hit_start);
$rf2->end ($hit_end);
$rf2->strand ($strand);
$rf2->source_tag ("RepeatMasker");
$rf->primary_tag ($repeat_class); <=========== Would not be $rf2 instead?
Please let me know.
Thanks
Regards
Emmanuel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: equevill.vcf
Type: text/x-vcard
Size: 322 bytes
Desc: not available
Url : http://portal.open-bio.org/pipermail/bioperl-l/attachments/20051102/01c19ef1/equevill-0001.vcf
More information about the Bioperl-l
mailing list