Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation via conda (different ways) failed #83

Open
ravinkazo opened this issue Oct 14, 2021 · 1 comment
Open

Installation via conda (different ways) failed #83

ravinkazo opened this issue Oct 14, 2021 · 1 comment

Comments

@ravinkazo
Copy link

Hello everyone,

Hope you are all well.
I need your help please...

I tried installing Artic pipeline in different ways, but they all failed.

Initially I tried the following, as per https://artic.network/ncov-2019/ncov2019-it-setup.html:

conda env create -f artic-ncov2019/environment.yml

But I got this error:
Error: Could not locate 'conda-env'

I also tried other ways:
conda install -c bioconda artic

It gave me this error:

Fetching package metadata: ...Could not connect to https://conda.binstar.org/bioconda/linux-64/
Error: No packages found matching: artic

Also:
conda install -c conda-forge artic

Unfortunately, same results:

Fetching package metadata: ...Could not connect to https://conda.binstar.org/conda-forge/linux-64/
Error: No packages found matching: artic

Thank you in advance for your time and help.

@koppk
Copy link

koppk commented Dec 5, 2022

Hi ravinkazo,

you might try via mamba (often faster than conda).

But first you must install conda.

wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
sudo chmod 755 Miniconda3-latest-Linux-x86_64.sh
./Miniconda3-latest-Linux-x86_64.sh
source .bashrc

conda config --set auto_activate_base false

conda install -n base -c conda-forge mamba --yes

mamba create -n artic-ncov2019 -c conda-forge -c bioconda -c defaults artic artic-network::rampart snakemake-minimal --yes

conda activate artic-ncov2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants