Removing conda environment created in a snakemake workflow
1
0
Entering edit mode
11 months ago
hpapoli ▴ 170

Hello,

I'd like to remove the conda environments that I create within my Snakemake workflow. I used the picard.yaml file

channels:
    - conda-forge
    - bioconda
    - defaults
dependencies:
    - picard=3.2.0

to create the picard environment.

Normally, I would run mamba remove --name picard but I am not sure where I could find the picard environment created in the Snakemake workflow.

Thanks a lot for your help!

snakemake • 963 views
ADD COMMENT
0
Entering edit mode
11 months ago
DBScan ▴ 530

They are usually installed in the folder .snakemake/conda or in the folder you specified with --conda-prefix.

ADD COMMENT

Login before adding your answer.

Traffic: 4535 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6