Skip to content

Commit d323ef4

Browse files
committed
fix some conda declarations
1 parent ce6290c commit d323ef4

5 files changed

Lines changed: 3 additions & 5 deletions

File tree

modules/local/bcftools/consensus_reheader/environment.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ name: bcftools_annotate
22
channels:
33
- conda-forge
44
- bioconda
5-
- defaults
65
dependencies:
76
- bioconda::bcftools=1.17

modules/local/bcftools/split_by_svtype/environment.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ name: bcftools_annotate
22
channels:
33
- conda-forge
44
- bioconda
5-
- defaults
65
dependencies:
76
- bioconda::bcftools=1.17

modules/local/fix_callers/environment.yaml renamed to modules/local/fix_callers/environment.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: python-tabix
22
channels:
33
- conda-forge
44
- bioconda
5-
- defaults
65
dependencies:
76
- bioconda::tabix
87
- conda-forge::python=3.12

modules/local/fix_callers/main.nf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ process FIX_CALLERS {
22
tag "$meta.id"
33
label 'process_low'
44

5+
conda "${moduleDir}/environment.yml"
56
container "quay.io/cmgg/python-tabix:0.0.1"
67

78
input:

tests/default.nf.test.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
"PosCon2.vcf.gz,variantsMD5:96649c806adcbe582972f575141762bc",
190190
"PosCon2.vcf.gz,variantsMD5:3f0cef0b03989a61774515c2388665a",
191191
"PosCon2.vcf.gz,variantsMD5:d41d8cd98f00b204e9800998ecf8427e",
192-
"PosCon3.vcf.gz,variantsMD5:cccbd2438a85041a2b5419532f3d90b4",
192+
"PosCon3.vcf.gz,variantsMD5:d1a07a2cf16b5245b574bfaac6898ea8",
193193
"PosCon3.vcf.gz,variantsMD5:cdfb36aca0449e97c71386056070a11b",
194194
"PosCon3.vcf.gz,variantsMD5:96649c806adcbe582972f575141762bc",
195195
"PosCon3.vcf.gz,variantsMD5:e2076228968e4150616e5a4a12f2326a",
@@ -206,6 +206,6 @@
206206
"nf-test": "0.9.2",
207207
"nextflow": "25.10.2"
208208
},
209-
"timestamp": "2026-01-12T10:28:50.304470336"
209+
"timestamp": "2026-01-12T16:55:47.317560351"
210210
}
211211
}

0 commit comments

Comments
 (0)