arif tanmoy

Results 6 comments of arif tanmoy

Did you try installing the _Bio::SearchIO::hmmer3_ ?? You can do it easily by using `sudo cpan Bio::SearchIO::hmmer3`

Hi, I faced the same _Bioperl version_ error with prokka **v1.14.5** (which I installed using _**Conda**_) and the run was aborted. Prokka **v1.14.6** (installed from **_source_**) still shows the error...

Hi, faced this Bioperl version issue a few months back. solved it by modifying a few lines of code. Here's how I solved it on **v1.14.5**. Pretty sure, it will...

Hi, I faced the same issues with Bioperl. I solved it with the modification of the prokka script _(added in a comment here)_. https://github.com/tseemann/prokka/issues/593#issuecomment-950135805 About the database issue, I faced...

Hi @joelwwh you just need to add the module I mentioned in the text. use Perl::Version; Add this in the script (in the module calling section) and it should be...

> > Hi @joelwwh you just need to add the module I mentioned in the text. > > use Perl::Version; > > Add this in the script (in the module...