Skip to content

Commit

Permalink
Merge branch 'fix/language-server' of github.com:nvnieuwk/nf-core-rna…
Browse files Browse the repository at this point in the history
…var into fix/language-server
  • Loading branch information
nvnieuwk committed Jan 10, 2025
2 parents 8a69313 + 64950b7 commit 8164c37
Show file tree
Hide file tree
Showing 8 changed files with 53 additions and 53 deletions.
2 changes: 1 addition & 1 deletion subworkflows/local/prepare_genome/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ workflow PREPARE_GENOME {
star_index = STAR_GENOMEGENERATE.out.index.first() // path: star/index/
dbsnp_tbi = TABIX_DBSNP.out.tbi.map{ _meta, tbi -> [tbi] }.collect() // path: dbsnb.vcf.gz.tbi
known_indels_tbi = TABIX_KNOWN_INDELS.out.tbi.map{ _meta, tbi -> [tbi] }.collect() // path: {known_indels*}.vcf.gz.tbi
versions = ch_versions // channel: [ ch_versions.yml ]
versions = ch_versions // channel: [ versions.yml ]
// bedtools_sort = bedtools_sort // path: sort.bed
// bedtools_merge = bedtools_merge // path: merge.bed
}
4 changes: 2 additions & 2 deletions tests/annotation.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -257,10 +257,10 @@
]
],
"meta": {
"nf-test": "0.9.1",
"nf-test": "0.9.2",
"nextflow": "24.10.3"
},
"timestamp": "2025-01-09T16:57:22.127665971"
"timestamp": "2025-01-09T16:19:12.045032239"
},
"Run with profile test | annotation with vep": {
"content": [
Expand Down
20 changes: 10 additions & 10 deletions tests/bam_csi.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -28,29 +28,29 @@
"gatk4": "4.5.0.0"
},
"PICARD_MARKDUPLICATES": {
"picard": "3.1.1"
"picard": "3.3.0"
},
"SAMTOOLS_FLAGSTAT": {
"samtools": "1.19.2"
"samtools": 1.21
},
"SAMTOOLS_IDXSTATS": {
"samtools": "1.19.2"
"samtools": 1.21
},
"SAMTOOLS_INDEX": {
"samtools": "1.19.2"
"samtools": 1.21
},
"SAMTOOLS_MERGE": {
"samtools": "1.19.2"
},
"SAMTOOLS_SORT": {
"samtools": "1.19.2"
"samtools": 1.21
},
"SAMTOOLS_STATS": {
"samtools": "1.19.2"
"samtools": 1.21
},
"STAR_ALIGN": {
"star": "2.7.10a",
"samtools": 1.18,
"star": "2.7.11b",
"samtools": 1.21,
"gawk": "5.1.0"
},
"TABIX": {
Expand Down Expand Up @@ -100,9 +100,9 @@
]
],
"meta": {
"nf-test": "0.9.1",
"nf-test": "0.9.2",
"nextflow": "24.10.3"
},
"timestamp": "2025-01-08T14:02:00.162034514"
"timestamp": "2025-01-09T16:22:32.936861849"
}
}
10 changes: 5 additions & 5 deletions tests/bam_input.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
"gatk4": "4.5.0.0"
},
"SAMTOOLS_INDEX": {
"samtools": "1.19.2"
"samtools": 1.21
},
"SAMTOOLS_MERGE": {
"samtools": "1.19.2"
},
"SAMTOOLS_STATS": {
"samtools": "1.19.2"
"samtools": 1.21
},
"TABIX": {
"tabix": "1.19.1"
Expand Down Expand Up @@ -71,9 +71,9 @@
]
],
"meta": {
"nf-test": "0.9.1",
"nextflow": "24.10.1"
"nf-test": "0.9.2",
"nextflow": "24.10.3"
},
"timestamp": "2025-01-07T17:03:13.667134079"
"timestamp": "2025-01-09T16:24:31.090393575"
}
}
10 changes: 5 additions & 5 deletions tests/cram_input.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
"gatk4": "4.5.0.0"
},
"SAMTOOLS_INDEX": {
"samtools": "1.19.2"
"samtools": 1.21
},
"SAMTOOLS_MERGE": {
"samtools": "1.19.2"
},
"SAMTOOLS_STATS": {
"samtools": "1.19.2"
"samtools": 1.21
},
"TABIX": {
"tabix": "1.19.1"
Expand Down Expand Up @@ -71,9 +71,9 @@
]
],
"meta": {
"nf-test": "0.9.1",
"nextflow": "24.10.1"
"nf-test": "0.9.2",
"nextflow": "24.10.3"
},
"timestamp": "2025-01-07T17:05:36.02051331"
"timestamp": "2025-01-09T16:26:33.364598229"
}
}
20 changes: 10 additions & 10 deletions tests/default.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -31,29 +31,29 @@
"gatk4": "4.5.0.0"
},
"PICARD_MARKDUPLICATES": {
"picard": "3.1.1"
"picard": "3.3.0"
},
"SAMTOOLS_FLAGSTAT": {
"samtools": "1.19.2"
"samtools": 1.21
},
"SAMTOOLS_IDXSTATS": {
"samtools": "1.19.2"
"samtools": 1.21
},
"SAMTOOLS_INDEX": {
"samtools": "1.19.2"
"samtools": 1.21
},
"SAMTOOLS_MERGE": {
"samtools": "1.19.2"
},
"SAMTOOLS_SORT": {
"samtools": "1.19.2"
"samtools": 1.21
},
"SAMTOOLS_STATS": {
"samtools": "1.19.2"
"samtools": 1.21
},
"STAR_ALIGN": {
"star": "2.7.10a",
"samtools": 1.18,
"star": "2.7.11b",
"samtools": 1.21,
"gawk": "5.1.0"
},
"TABIX": {
Expand Down Expand Up @@ -105,9 +105,9 @@
]
],
"meta": {
"nf-test": "0.9.1",
"nf-test": "0.9.2",
"nextflow": "24.10.3"
},
"timestamp": "2025-01-08T14:15:23.218615886"
"timestamp": "2025-01-09T16:29:28.081229818"
}
}
20 changes: 10 additions & 10 deletions tests/removeduplicates.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -31,29 +31,29 @@
"gatk4": "4.5.0.0"
},
"PICARD_MARKDUPLICATES": {
"picard": "3.1.1"
"picard": "3.3.0"
},
"SAMTOOLS_FLAGSTAT": {
"samtools": "1.19.2"
"samtools": 1.21
},
"SAMTOOLS_IDXSTATS": {
"samtools": "1.19.2"
"samtools": 1.21
},
"SAMTOOLS_INDEX": {
"samtools": "1.19.2"
"samtools": 1.21
},
"SAMTOOLS_MERGE": {
"samtools": "1.19.2"
},
"SAMTOOLS_SORT": {
"samtools": "1.19.2"
"samtools": 1.21
},
"SAMTOOLS_STATS": {
"samtools": "1.19.2"
"samtools": 1.21
},
"STAR_ALIGN": {
"star": "2.7.10a",
"samtools": 1.18,
"star": "2.7.11b",
"samtools": 1.21,
"gawk": "5.1.0"
},
"TABIX": {
Expand Down Expand Up @@ -105,9 +105,9 @@
]
],
"meta": {
"nf-test": "0.9.1",
"nf-test": "0.9.2",
"nextflow": "24.10.3"
},
"timestamp": "2025-01-08T14:21:28.482683082"
"timestamp": "2025-01-09T16:32:25.501338685"
}
}
20 changes: 10 additions & 10 deletions tests/skip_baserecalibration.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -25,29 +25,29 @@
"gatk4": "4.5.0.0"
},
"PICARD_MARKDUPLICATES": {
"picard": "3.1.1"
"picard": "3.3.0"
},
"SAMTOOLS_FLAGSTAT": {
"samtools": "1.19.2"
"samtools": 1.21
},
"SAMTOOLS_IDXSTATS": {
"samtools": "1.19.2"
"samtools": 1.21
},
"SAMTOOLS_INDEX": {
"samtools": "1.19.2"
"samtools": 1.21
},
"SAMTOOLS_MERGE": {
"samtools": "1.19.2"
},
"SAMTOOLS_SORT": {
"samtools": "1.19.2"
"samtools": 1.21
},
"SAMTOOLS_STATS": {
"samtools": "1.19.2"
"samtools": 1.21
},
"STAR_ALIGN": {
"star": "2.7.10a",
"samtools": 1.18,
"star": "2.7.11b",
"samtools": 1.21,
"gawk": "5.1.0"
},
"TABIX": {
Expand Down Expand Up @@ -97,9 +97,9 @@
]
],
"meta": {
"nf-test": "0.9.1",
"nf-test": "0.9.2",
"nextflow": "24.10.3"
},
"timestamp": "2025-01-08T14:26:44.327045503"
"timestamp": "2025-01-09T16:35:18.554293763"
}
}

0 comments on commit 8164c37

Please sign in to comment.