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
{{ message }}
This repository was archived by the owner on Oct 25, 2021. It is now read-only.
Hello Everyone
Can somebody help me with the following error in PSV:
File "/home/grid/miniconda3/envs/pipeline-structural-variation-v2/lib/python3.6/site-packages/snakemake/init.py", line 593, in snakemake
snakefile, overwrite_first_rule=True, print_compilation=print_compilation
File "/home/grid/miniconda3/envs/pipeline-structural-variation-v2/lib/python3.6/site-packages/snakemake/workflow.py", line 1083, in include
if is_local_file(snakefile):
File "/home/grid/miniconda3/envs/pipeline-structural-variation-v2/lib/python3.6/site-packages/snakemake/common.py", line 65, in is_local_file
from smart_open import parse_uri
File "/home/grid/miniconda3/envs/pipeline-structural-variation-v2/lib/python3.6/site-packages/smart_open/init.py", line 1, in
from .smart_open_lib import *
File "/home/grid/miniconda3/envs/pipeline-structural-variation-v2/lib/python3.6/site-packages/smart_open/smart_open_lib.py", line 72, in
import smart_open.s3 as smart_open_s3
File "/home/grid/miniconda3/envs/pipeline-structural-variation-v2/lib/python3.6/site-packages/smart_open/s3.py", line 3, in
import boto3
ModuleNotFoundError: No module named 'boto3'