Removing conda environment created in a snakemake workflow
1
0
Entering edit mode
8 weeks ago
hpapoli ▴ 150

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 • 295 views
ADD COMMENT
0
Entering edit mode
8 weeks ago
DBScan ▴ 450

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: 2264 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