bioperl / bioperl-run

BioPerl wrappers
http://bioperl.org
Other
35 stars 17 forks source link

adjust version regex with optional space for BlastPlus #54

Closed dmr3 closed 5 years ago

dmr3 commented 6 years ago

the space before Package (output on OS X):

blastdbcmd: 2.7.1+ Package: blast 2.7.1, build Oct 18 2017 20:40:57

causing SABlastPlus.t to fail.

perl -I lib t/SABlastPlus.t

now passes

cjfields commented 5 years ago

@dmr3 thanks for adding this!