Skip to content

Commit 621b0b6

Browse files
committed
Fix linting
1 parent 444c611 commit 621b0b6

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020

2121
| Dependency | Old version | New version |
2222
| ---------- | ----------- | ----------- |
23-
| MultiQC. | 1.25.1 | 1.32 |
23+
| MultiQC | 1.25.1 | 1.32 |
2424

2525
### `Deprecated`
2626

modules.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"nf-core": {
88
"bcftools/view": {
99
"branch": "master",
10-
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
10+
"git_sha": "81880787133db07d9b4c1febd152c090eb8325dc",
1111
"installed_by": ["modules"]
1212
},
1313
"gunzip": {
@@ -22,42 +22,41 @@
2222
},
2323
"picard/liftovervcf": {
2424
"branch": "master",
25-
"git_sha": "49f4e50534fe4b64101e62ea41d5dc43b1324358",
25+
"git_sha": "81880787133db07d9b4c1febd152c090eb8325dc",
2626
"installed_by": ["modules"]
2727
},
2828
"tabix/tabix": {
2929
"branch": "master",
30-
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
30+
"git_sha": "7b972bdde6fa2154a95cf08a8ba1821f228f20d3",
3131
"installed_by": ["modules"]
3232
},
3333
"untar": {
3434
"branch": "master",
35-
"git_sha": "3e548877f25a5980a177cc4f81d2d2e8c24164ef",
35+
"git_sha": "05954dab2ff481bcb999f24455da29a5828af08d",
3636
"installed_by": ["modules"]
3737
},
3838
"vcf2maf": {
3939
"branch": "master",
40-
"git_sha": "538cbd31deef6e6abe0daafa704a918ad6974699",
41-
"installed_by": ["modules"],
42-
"patch": "modules/nf-core/vcf2maf/vcf2maf.diff"
40+
"git_sha": "81880787133db07d9b4c1febd152c090eb8325dc",
41+
"installed_by": ["modules"]
4342
}
4443
}
4544
},
4645
"subworkflows": {
4746
"nf-core": {
4847
"utils_nextflow_pipeline": {
4948
"branch": "master",
50-
"git_sha": "c2b22d85f30a706a3073387f30380704fcae013b",
49+
"git_sha": "05954dab2ff481bcb999f24455da29a5828af08d",
5150
"installed_by": ["subworkflows"]
5251
},
5352
"utils_nfcore_pipeline": {
5453
"branch": "master",
55-
"git_sha": "51ae5406a030d4da1e49e4dab49756844fdd6c7a",
54+
"git_sha": "271e7fc14eb1320364416d996fb077421f3faed2",
5655
"installed_by": ["subworkflows"]
5756
},
5857
"utils_nfschema_plugin": {
5958
"branch": "master",
60-
"git_sha": "2fd2cd6d0e7b273747f32e465fdc6bcc3ae0814e",
59+
"git_sha": "4b406a74dc0449c0401ed87d5bfff4252fd277fd",
6160
"installed_by": ["subworkflows"]
6261
}
6362
}

tests/nextflow.config

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ aws.client.anonymous = true
1212

1313
// Should take care of all basepath
1414
params {
15-
modules_testdata_base_path = 'https://raw.githubusercontent.com/nf-core/test-datasets/modules/data/'
16-
igenomes_base = 'https://raw.githubusercontent.com/nf-core/test-datasets/modules/data'
15+
modules_testdata_base_path = 'https://raw.githubusercontent.com/nf-core/test-datasets/modules/data/'
16+
igenomes_base = 'https://raw.githubusercontent.com/nf-core/test-datasets/modules/data'
17+
pipelines_testdata_base_path = 'https://github.com/qbic-pipelines/test-datasets/raw/refs/heads/main/'
1718
}

0 commit comments

Comments
 (0)