konradjk / loftee

MIT License
174 stars 55 forks source link

fix: use BioPerl instead of Bio::Perl if the latter is not available #92

Closed Hoeze closed 10 months ago

Hoeze commented 1 year ago

Conda has the perl-bioperl package which needs to be used by use BioPerl instead of use Bio::Perl. This PR makes Loftee compatible with both modules.