[Bioperl-l] Problem with revcom
Antony03
antony.vincent.1 at ulaval.ca
Fri Jul 18 00:14:55 UTC 2014
Hello,
I try to reverse complement a sequence found with fasta36:
if ( $hsp->strand('query') == -1 ) {
my $rev_output=$hsp->hit_string->revcom();
print "$rev_output";
}
And I get an error like:
Can't locate object method "revcom" via package
Can someone know what is wrong with my code?
Thanks,
Antony
--
View this message in context: http://bioperl.996286.n3.nabble.com/Problem-with-revcom-tp17581.html
Sent from the Bioperl-L mailing list archive at Nabble.com.
More information about the Bioperl-l
mailing list