Skip to content

Commit 3930e08

Browse files
git pull upstream
2 parents c652cf4 + 367cd9d commit 3930e08

71 files changed

Lines changed: 319 additions & 1283 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4545
- Migrate file publishing from publishDir to a centralized output {} block for some workflows [#789](https://github.com/nf-core/raredisease/pull/789)
4646
- Remove redundant TABIX processes, and update configs for nf-test [#790](https://github.com/nf-core/raredisease/pull/790)
4747
- Migrate file publishing from publishDir to a centralized output {} block for some workflows [#791](https://github.com/nf-core/raredisease/pull/791)
48+
- Remove Qualimap and Haplogrep3 as they were made redundant by Picard and VerifyBamID2 [#801](https://github.com/nf-core/raredisease/pull/801)
4849

4950
### `Fixed`
5051

@@ -80,6 +81,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8081
| gens-preproc | 1.0.11 | |
8182
| gens/preparecovandbaf | | 1.1.5 |
8283
| haplocheck | 1.3.3 | |
84+
| haplogrep3 | 3.2.2 | |
8385
| hmtnote | 0.7.2 | |
8486
| htslib | 1.20 | 1.21 |
8587
| MitoSalt | | 1.1.1 |
@@ -88,6 +90,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8890
| ngsbits | 202411 | 202512 |
8991
| picard | 3.3.0 | 3.4.0 |
9092
| pigz | 2.3.4 | 2.8 |
93+
| qualimap | 2.3 | |
9194
| sambamba | | 1.0.1 |
9295
| samtools | 1.21 | 1.22.1 |
9396
| sentieon | 202503 | 202503.02 |

CITATIONS.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,6 @@
7474

7575
> Yun T, Li H, Chang PC, Lin MF, Carroll A, McLean CY. Accurate, scalable cohort variant calls using DeepVariant and GLnexus. Robinson P, ed. Bioinformatics. 2021;36(24):5582-5589. doi:10.1093/bioinformatics/btaa1081
7676
77-
- [HaploGrep 3](https://academic.oup.com/nar/article/51/W1/W263/7177898)
78-
79-
> Schönherr S, Weissensteiner H, Kronenberg F, Forer L. Haplogrep 3 an interactive haplogroup classification and analysis platform. Nucleic Acids Res. 2023;51(W1):W263-W268. doi:10.1093/nar/gkad284
80-
8177
- [Manta](https://academic.oup.com/bioinformatics/article/32/8/1220/1743909?login=true)
8278

8379
> Chen X, Schulz-Trieglaff O, Shaw R, et al. Manta: rapid detection of structural variants and indels for germline and cancer sequencing applications. Bioinformatics. 2016;32(8):1220-1222. doi:10.1093/bioinformatics/btv710
@@ -98,10 +94,6 @@
9894
9995
- [Picard](https://broadinstitute.github.io/picard/)
10096

101-
- [Qualimap](https://academic.oup.com/bioinformatics/article/32/2/292/1744356?login=true)
102-
103-
> Okonechnikov K, Conesa A, García-Alcalde F. Qualimap 2: advanced multi-sample quality control for high-throughput sequencing data. Bioinformatics. 2016;32(2):292-294. doi:10.1093/bioinformatics/btv566
104-
10597
- [RetroSeq](https://academic.oup.com/bioinformatics/article/29/3/389/257479)
10698

10799
> Thomas M. Keane, Kim Wong, David J. Adams, RetroSeq: transposable element discovery from next-generation sequencing data. Bioinformatics.2013 Feb 1;29(3):389-90. doi: 10.1093/bioinformatics/bts697

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ On release, automated continuous integration tests run the pipeline on a full-si
6666
- [Mosdepth](https://github.com/brentp/mosdepth)
6767
- [MultiQC](http://multiqc.info/)
6868
- [Picard's CollectMultipleMetrics, CollectHsMetrics, and CollectWgsMetrics](https://broadinstitute.github.io/picard/)
69-
- [Qualimap](http://qualimap.conesalab.org/)
7069
- [Sambamba](https://github.com/biod/sambamba)
7170
- [Sentieon's WgsMetricsAlgo](https://support.sentieon.com/manual/usages/general/)
7271
- [TIDDIT's cov](https://github.com/J35P312/)
@@ -109,7 +108,6 @@ On release, automated continuous integration tests run the pipeline on a full-si
109108

110109
- [Alignment and variant calling - GATK Mitochondrial short variant discovery pipeline ](https://gatk.broadinstitute.org/hc/en-us/articles/4403870837275-Mitochondrial-short-variant-discovery-SNVs-Indels-)
111110
- Annotation:
112-
- [HaploGrep3](https://github.com/genepi/haplogrep3)
113111
- [vcfanno](https://github.com/brentp/vcfanno)
114112
- [CADD](https://cadd.gs.washington.edu/)
115113
- [VEP](https://www.ensembl.org/info/docs/tools/vep/index.html)

assets/multiqc_config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ export_plots: true
2020
run_modules:
2121
- fastqc
2222
- fastp
23-
- qualimap
2423
- picard
2524
- mosdepth
2625
- ngsbits
@@ -35,8 +34,6 @@ module_order:
3534
- "*.zip"
3635
- picard:
3736
name: "Picard"
38-
- qualimap:
39-
name: "Qualimap"
4037
- fastp:
4138
name: "fastp"
4239
- mosdepth:

conf/modules/annotate_mt_snvs.config

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,4 @@ process {
5252
ext.args = "--output-type z --write-index=tbi"
5353
ext.args2 = { "-i 'FMT/AF>=${params.homoplasmy_af_threshold} && FMT/DP>=100'" }
5454
}
55-
56-
withName: '.*ANNOTATE_MT_SNVS:HAPLOGREP3_CLASSIFY_MT' {
57-
ext.args = '--tree phylotree-rsrs@17.1'
58-
ext.prefix = { "${meta.prefix}_haplogrep" }
59-
}
6055
}

conf/modules/qc_bam.config

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ process {
2626
ext.prefix = { "${meta.id}_hsmetrics" }
2727
}
2828

29-
withName: '.*QC_BAM:QUALIMAP_BAMQC' {
30-
ext.prefix = { "${meta.id}_qualimap" }
31-
}
32-
3329
withName: '.*QC_BAM:TIDDIT_COV' {
3430
ext.args = '-z 500 -w'
3531
ext.prefix = { "${meta.id}_tidditcov" }

conf/test.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ params {
3232
mito_name = 'MT'
3333
pipelines_testdata_base_path = 'https://raw.githubusercontent.com/nf-core/test-datasets/raredisease'
3434

35-
skip_tools = 'fastp,gens,haplogrep3,peddy,germlinecnvcaller,qualimap,ngsbits'
35+
skip_tools = 'fastp,gens,peddy,germlinecnvcaller,ngsbits'
3636

3737
input = params.pipelines_testdata_base_path + '/testdata/samplesheet_fq_spring.csv'
3838
fasta = params.pipelines_testdata_base_path + '/reference/reference.fasta'

conf/test_bam.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ params {
3030
mito_name = 'MT'
3131
pipelines_testdata_base_path = 'https://raw.githubusercontent.com/nf-core/test-datasets/raredisease/'
3232

33-
skip_tools = "fastp,gens,haplogrep3,peddy,germlinecnvcaller,qualimap,eklipse,ngsbits"
33+
skip_tools = "fastp,gens,peddy,germlinecnvcaller,eklipse,ngsbits"
3434

3535
input = params.pipelines_testdata_base_path + 'testdata/samplesheet_bam.csv'
3636

conf/test_sentieon.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ params {
2929
igenomes_ignore = true
3030
mito_name = 'MT'
3131

32-
skip_tools = "fastp,gens,haplogrep3,peddy,germlinecnvcaller,qualimap,eklipse,ngsbits"
32+
skip_tools = "fastp,gens,peddy,germlinecnvcaller,eklipse,ngsbits"
3333

3434
// Input data
3535
pipelines_testdata_base_path = 'https://raw.githubusercontent.com/nf-core/test-datasets/raredisease/'

conf/test_singleton.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ params {
3030
mito_name = 'MT'
3131
pipelines_testdata_base_path = 'https://raw.githubusercontent.com/nf-core/test-datasets/raredisease/'
3232

33-
skip_tools = "fastp,gens,haplogrep3,peddy,germlinecnvcaller,qualimap,eklipse,ngsbits"
33+
skip_tools = "fastp,gens,peddy,germlinecnvcaller,eklipse,ngsbits"
3434

3535
input = params.pipelines_testdata_base_path + 'testdata/samplesheet_single.csv'
3636
fasta = params.pipelines_testdata_base_path + 'reference/reference.fasta'

0 commit comments

Comments
 (0)