You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current conda_env.yaml installs samtools 1.3.1 and does not handle the shared library libcrypto.so.1.0.0. correctly with pysam.
+ infer_experiment.py -r /fast/projects/cubit/18.12/static_data/annotation/GENCODE/M12/GRCm38/gencode.vM12.chr_scaff.annotation.bed -i mapping/star/P1153_wt3.all_mates/out/star.P1153_wt3.all_mates.bam -q 255
Traceback (most recent call last):
File "/data/gpfs-1/users/milekm_c/work/miniconda/envs/sea_snap/bin/infer_experiment.py", line 53, in <module>
from qcmodule import SAM
File "/data/gpfs-1/users/milekm_c/work/miniconda/envs/sea_snap/lib/python3.9/site-packages/qcmodule/SAM.py", line 22, in <module>
import pysam
File "/data/gpfs-1/users/milekm_c/work/miniconda/envs/sea_snap/lib/python3.9/site-packages/pysam/__init__.py", line 5, in <module>
from pysam.libchtslib import *
ImportError: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory
Workaround: create environment with conda_env_mapping_sc.yaml in development branch. This will install samtools 1.9 and the proper libraries.
The text was updated successfully, but these errors were encountered:
Current conda_env.yaml installs samtools 1.3.1 and does not handle the shared library libcrypto.so.1.0.0. correctly with pysam.
Workaround: create environment with
conda_env_mapping_sc.yaml
indevelopment
branch. This will install samtools 1.9 and the proper libraries.The text was updated successfully, but these errors were encountered: