Skip to content

Commit db3586b

Browse files
committed
Revert "Revert "Merge pull request #861 from nf-core/patch-release""
This reverts commit e15d666.
1 parent 9c0d10e commit db3586b

12 files changed

Lines changed: 174 additions & 118 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,10 @@ jobs:
201201
- name: METAGENOMIC Run the basic pipeline but with unmapped reads going into Kraken
202202
run: |
203203
nextflow run ${GITHUB_WORKSPACE} -profile test_tsv_kraken,docker --run_bam_filtering --bam_unmapped_type 'fastq'
204+
- name: SNPCAPTURE Run the basic pipeline with the bam input profile, generating statistics with a SNP capture bed
205+
run: |
206+
wget https://github.com/nf-core/test-datasets/raw/eager/reference/Human/1240K.pos.list_hs37d5.0based.bed.gz && gunzip 1240K.pos.list_hs37d5.0based.bed.gz
207+
nextflow run ${GITHUB_WORKSPACE} -profile test_tsv_humanbam,docker --skip_fastqc --skip_adapterremoval --skip_deduplication --snpcapture_bed 1240K.pos.list_hs37d5.0based.bed
204208
- name: SEXDETERMINATION Run the basic pipeline with the bam input profile, but don't convert BAM, skip everything but sex determination
205209
run: |
206210
nextflow run ${GITHUB_WORKSPACE} -profile test_tsv_humanbam,docker --skip_fastqc --skip_adapterremoval --skip_deduplication --skip_qualimap --run_sexdeterrmine

CHANGELOG.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
55

6-
<<<<<<< HEAD
7-
=======
86
## [dev]
97

108
### `Added`
@@ -29,7 +27,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2927

3028
### `Deprecated`
3129

32-
>>>>>>> parent of bf36c54 (Bump Versions)
3330
## [2.4.2] - 2022-01-24
3431

3532
### `Added`

Dockerfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,7 @@ COPY environment.yml /
77
RUN conda env create --quiet -f /environment.yml && conda clean -a
88

99
# Add conda installation dir to PATH (instead of doing 'conda activate')
10-
<<<<<<< HEAD
11-
ENV PATH /opt/conda/envs/nf-core-eager-2.4.2/bin:$PATH
12-
13-
# Dump the details of the installed packages to a file for posterity
14-
RUN conda env export --name nf-core-eager-2.4.2 > nf-core-eager-2.4.2.yml
15-
=======
1610
ENV PATH /opt/conda/envs/nf-core-eager-2.4.3dev/bin:$PATH
1711

1812
# Dump the details of the installed packages to a file for posterity
1913
RUN conda env export --name nf-core-eager-2.4.3dev > nf-core-eager-2.4.3dev.yml
20-
>>>>>>> parent of bf36c54 (Bump Versions)

assets/multiqc_config.yaml

Lines changed: 56 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -61,43 +61,43 @@ extra_fn_clean_exts:
6161

6262
top_modules:
6363
- 'fastqc':
64-
name: 'FastQC (pre-Trimming)'
65-
path_filters:
66-
- '*_raw_fastqc.zip'
64+
name: 'FastQC (pre-Trimming)'
65+
path_filters:
66+
- '*_raw_fastqc.zip'
6767
- 'fastp'
6868
- 'adapterRemoval'
6969
- 'fastqc':
70-
name: 'FastQC (post-Trimming)'
71-
path_filters:
70+
name: 'FastQC (post-Trimming)'
71+
path_filters:
7272
- '*.truncated_fastqc.zip'
7373
- '*.combined*_fastqc.zip'
7474
- 'bowtie2':
75-
path_filters:
75+
path_filters:
7676
- '*_bt2.log'
7777
- 'malt'
7878
- 'hops'
7979
- 'kraken'
8080
- 'samtools':
81-
name: 'Samtools Flagstat (pre-samtools filter)'
82-
path_filters:
81+
name: 'Samtools Flagstat (pre-samtools filter)'
82+
path_filters:
8383
- '*_flagstat.stats'
8484
- 'samtools':
85-
name: 'Samtools Flagstat (post-samtools filter)'
86-
path_filters:
85+
name: 'Samtools Flagstat (post-samtools filter)'
86+
path_filters:
8787
- '*_postfilterflagstat.stats'
8888
- 'dedup'
8989
- 'picard'
9090
- 'preseq':
91-
path_filters:
92-
- '*.preseq'
91+
path_filters:
92+
- '*.preseq'
9393
- 'damageprofiler'
9494
- 'mtnucratio'
9595
- 'qualimap'
9696
- 'sexdeterrmine'
9797
- 'bcftools'
9898
- 'multivcfanalyzer':
99-
path_filters:
100-
- '*MultiVCFAnalyzer.json'
99+
path_filters:
100+
- '*MultiVCFAnalyzer.json'
101101
qualimap_config:
102102
general_stats_coverage:
103103
- 1
@@ -107,7 +107,7 @@ qualimap_config:
107107
- 5
108108

109109
remove_sections:
110-
- sexdeterrmine-snps
110+
- sexdeterrmine-snps
111111

112112
table_columns_visible:
113113
FastQC (pre-Trimming):
@@ -272,5 +272,45 @@ report_section_order:
272272
order: -1000
273273
nf-core-eager-summary:
274274
order: -1001
275-
276275
export_plots: true
276+
table_columns_name:
277+
FastQC (pre-Trimming):
278+
total_sequences: "Nr. Input Reads"
279+
avg_sequence_length: "Length Input Reads"
280+
percent_gc: "% GC Input Reads"
281+
percent_duplicates: "% Dups Input Reads"
282+
percent_fails: "% Failed Input Reads"
283+
FastQC (post-Trimming):
284+
total_sequences: "Nr. Processed Reads"
285+
avg_sequence_length: "Length Processed Reads"
286+
percent_gc: "% GC Processed Reads"
287+
percent_duplicates: "% Dups Processed Reads"
288+
percent_fails: "%Failed Processed Reads"
289+
Samtools Flagstat (pre-samtools filter):
290+
flagstat_total: "Nr. Reads Into Mapping"
291+
mapped_passed: "Nr. Mapped Reads"
292+
Samtools Flagstat (post-samtools filter):
293+
flagstat_total: "Nr. Mapped Reads Post-Filter"
294+
mapped_passed: "Nr. Mapped Reads Passed Post-Filter"
295+
Endogenous DNA Post (%):
296+
endogenous_dna_post (%): "Endogenous DNA Post-Filter (%)"
297+
Picard:
298+
PERCENT_DUPLICATION: "% Dup. Mapped Reads"
299+
DamageProfiler:
300+
mean_readlength: "Mean Length Mapped Reads"
301+
median_readlength: "Median Length Mapped Reads"
302+
QualiMap:
303+
mapped_reads: "Nr. Dedup. Mapped Reads"
304+
total_reads: "Nr. Dedup. Total Reads"
305+
avg_gc: "% GC Dedup. Mapped Reads"
306+
Bcftools Stats:
307+
number_of_records: "Nr. Overall Variants"
308+
number_of_SNPs: "Nr. SNPs"
309+
number_of_indels: "Nr. InDels"
310+
MALT:
311+
Mappability: "% Metagenomic Mappability"
312+
SexDetErrmine:
313+
RateErrX: "SexDet Err X Chr"
314+
RateErrY: "SexDet Err Y Chr"
315+
RateX: "SexDet Rate X Chr"
316+
RateY: "SexDet Rate Y Chr"

conf/test_full.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ params {
2121
bwaalnl = 1024
2222

2323
run_bam_filtering = true
24-
bam_discard_unmapped = true
2524
bam_unmapped_type = 'discard'
2625
bam_mapping_quality_threshold = 25
2726

conf/test_stresstest_human.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ params {
2424
mtnucratio_header = 'ChrM'
2525

2626
run_bam_filtering = true
27-
bam_discard_unmapped = true
2827
bam_unmapped_type = 'discard'
2928
bam_mapping_quality_threshold = 30
3029

0 commit comments

Comments
 (0)