Skip to content

The Compara API can deal with Slice objects directly

Marek Szuba requested to merge github/fork/muffato/master into master

Created by: muffato

Description

I'm deprecating fetch_all_by_GenomeDB_region and was going to update the call here in Slice.pm when I realised that the code could be simplified since the Compara API understand slices.

Benefits

Less code to maintain.

Possible Drawbacks

Coverage percentage will decrease, if you pay attention to that.

Testing

Have you added/modified unit tests to test the changes?

No.

Have you run the entire test suite and no regression was detected?

Yes.

Merge request reports