Skip to content
Snippets Groups Projects
Commit e7a99268 authored by Daniel Rios's avatar Daniel Rios
Browse files

Modified the docs

parent e984a733
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ Bio::EnsEMBL::AlignStrainSlice - Represents the slice of the genome aligned with
my $alleleFeatures = $strainSlice1->get_all_differences_Slice();
foreach my $af (@{$alleleFeatures}){
my $new_feature = $alignSlice->alignFeature($af, $strainSlice1);
print "Coordinates of the feature in AlignSlice are: ", $new_af->start, "-", $new_af->end, "\n";
print "Coordinates of the feature in AlignSlice are: ", $new_feature->start, "-", $new_feature->end, "\n";
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment