Open PhoebeCc opened 6 months ago
I tried to run bin_quant in individual salmon environment (py3) and got the following results:
Traceback (most recent call last):
File "/gpfs/share/home/1701111743/metaWRAP/bin/metawrap-scripts/split_salmon_out_into_bins.py", line 4, in <module>
import numpy as np
ImportError: No module named numpy
************************************************************************************************************************
***** something went wrong with making summary abundance table. Exiting... *****
************************************************************************************************************************
numpy was already installed in salmon environment, presumably due to version incompatibility. Is there a way to run split_salmon_out_into_bins.py in py2.7 after this step?
Also, I am re-trying to install metawrap-mg=1.2.0 (I have installed this version before and can run quant_bin successfully), but it seems that neither conda nor mamba installation can successfully install this version, nor can I install the dependent software using the git method.
I'm sorry that my computer skills are really limited, but I still can't solve this problem after many attempts, and I didn't find a solution in the previous issue.
If anyone can figure it out, thank you very much~
Here is my running code:
Here is the results:
I have tried updating salmon and it is not compatible. I would like to know how to solve the above problem. Or how to use individual salmon for quantification.
Thank you~