Skip to content

Commit 973c077

Browse files
authored
Limit snakemake version to < 8.0
1 parent b131023 commit 973c077

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scraps_conda.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
- multiqc >= 1.6
1313
- samtools >= 1.15
1414
- pysam >= 0.16.0
15-
- snakemake >= 6.1.2
16-
- subread >=2.0.1
17-
- umi_tools >=1.1.2
15+
- snakemake < 8
16+
- subread >= 2.0.1
17+
- umi_tools >= 1.1.2
1818
- star = 2.7.9a

0 commit comments

Comments
 (0)