maxplanck-ie / snakepipes

Customizable workflows based on snakemake and python for the analysis of NGS data
http://snakepipes.readthedocs.io
378 stars 85 forks source link

difference in conda env hashes between snakePipes and snakemake #914

Closed katsikora closed 2 weeks ago

katsikora commented 1 year ago

For rna_seq.yaml: name: snakepipes_RNAseq_environment_2.0 channels:

snakemake calculates the hash 29176e8931ebf4e5c530cdaeeea4c2b4_, while snakePipes createEnvs 1894f9150863005367d36e19714f936e .

katsikora commented 1 year ago

snakemake version 7.18.2

WardDeb commented 2 weeks ago

These were most likely due to trailing slashes in the conda path. Should be fixed in #1041