Phenotrex installation help
1
0
Entering edit mode
3.0 years ago
sagrant ▴ 10

Hi, I'm a bit of a bioinformatics newbie and I've been trying to find a program that can predict microbial phenotypes based on their genome sequence. I found a program called phenotrex but I am having a hard time installing all the dependencies.

When I run the command:

phenotrex compute-genotype --out Pse_aerug Pseudomonas_aeruginosa.fna

It spits out the error:

ModuleNotFoundError: No module named 'deepnog.models.deepencoding'

When I manually check what's going on in the package dependencies folder, I don't see a "deepencoding" module under the models module, so I have a feeling that the program wasn't installed correctly. Does anyone have any advice for how to proceed? Alternatively, does anyone know of a different program that will help me analyze characteristics of microbes based on (preferably) FASTA files pulled off the internet?

Thanks!

microbial phenotrex phenotypes • 648 views
ADD COMMENT
2
Entering edit mode
3.0 years ago
vimalkvn ▴ 320

Looks like the deepencoding module has been renamed in deepnog v1.2.3.

Possible solutions (Note: I haven't tested this!)

If you installed phenotrex using pip, you can try installing an earlier version of deepnog using:

pip install deepnog==1.2.2

Alternatively, you can try installing the latest version of phenotrex from their GitHub repository. Related documentation.

ADD COMMENT
1
Entering edit mode

This fixed it! Thank you so much!

ADD REPLY

Login before adding your answer.

Traffic: 2722 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6