Skip to content

Installation issues #103

@ShevchenkoAlla

Description

@ShevchenkoAlla

Hi,
I have tried to run opera-ms and again, got error

After some digging in error files I see this -
"
/beegfs/shevch_alla/shevch_alla/OPERA-MS//tools_opera_ms//samtools: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
"

So It didn't installed libncurses.so.5: in samtools,

So I have checked - dependencies -

"
python OPERA-MS-UTILS.py check-dependency
/beegfs/shevch_alla/shevch_alla/OPERA-MS/src_utils/checkm_analysis.py:51: SyntaxWarning: invalid escape sequence '\s'
line_list = re.split(" \s+", line)
MetaBAT2 functioning
Kraken2 functioning
/bin/sh: /beegfs/shevch_alla/shevch_alla/OPERA-MS/src_utils/../tools_opera_ms//checkm: No such file or directory
CheckM *** NOT FUNCTIONING ***
Can't open perl script "/beegfs/shevch_alla/shevch_alla/OPERA-MS/src_utils/../tools_opera_ms//maxbin2/run_MaxBin.pl": No such file or directory
MaxBin2 *** NOT FUNCTIONING ***
"

Part of them are missing,
Your suggestion is to create a conda env and install them there, but how opera-ms will work, if I haven't installed it in this particular environment?

conda create -n opera-ms python=3.6
conda activate opera-ms
conda install -c bioconda maxbin2
ln -sf $(dirname $(readlink -f which run_MaxBin.pl)) tools_opera_ms/maxbin2
conda install -c bioconda checkm-genome
ln -sf $(readlink -f which checkm) tools_opera_ms/
pip install pandas==1.0.3
pip install scikit-learn==0.22.2

It's confusing, I am sorry.

Could you please provide full instructions from the begining, to get opera-ms installation properly?

Thanks,
Alla

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions