Skip to content
Snippets Groups Projects
Commit a4b8b7ed authored by Felix Kokocinski's avatar Felix Kokocinski
Browse files

needs feature_Slice->project to work

parent 97be74eb
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,7 @@ while (<FILE>) {
);
# project feature to new assembly
my @segments = @{ $feat->project('chromosome', $new_assembly) };
my @segments = @{ $feat->feature_Slice->project('chromosome', $new_assembly) };
# do some sanity checks on the projection results:
# discard the projected feature if
......
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