Skip to content

Commit 0d78dfe

Browse files
committed
Remove unused CI parameter and add additional qualimap column to GeneralStats
1 parent 84ccab8 commit 0d78dfe

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
nextflow run ${GITHUB_WORKSPACE} -profile test_tsv,docker --bwa_index 'results/reference_genome/bwa_index/BWAIndex/Mammoth_MT_Krause.fasta' --fasta_index 'https://github.com/nf-core/test-datasets/blob/eager/reference/Mammoth/Mammoth_MT_Krause.fasta.fai'
6868
- name: REFERENCE Run the basic pipeline with FastA reference with `fna` extension
6969
run: |
70-
nextflow run ${GITHUB_WORKSPACE} -profile test_tsv_fna,docker ${{ matrix.endedness }}
70+
nextflow run ${GITHUB_WORKSPACE} -profile test_tsv_fna,docker
7171
- name: REFERENCE Test with zipped reference input
7272
run: |
7373
nextflow run ${GITHUB_WORKSPACE} -profile test_tsv,docker --fasta 'https://github.com/nf-core/test-datasets/raw/eager/reference/Mammoth/Mammoth_MT_Krause.fasta.gz'

assets/multiqc_config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ table_columns_visible:
156156
mtnucratio:
157157
mt_nuc_ratio: True
158158
QualiMap:
159+
mapped_reads: True
159160
mean_coverage: True
160161
1_x_pc: True
161162
5_x_pc: True
@@ -235,7 +236,8 @@ table_columns_placement:
235236
mt_cov_avg: 770
236237
mt_nuc_ratio: 780
237238
QualiMap:
238-
mean_coverage: 800
239+
mapped_reads: 800
240+
mean_coverage: 805
239241
median_coverage: 810
240242
1_x_pc: 820
241243
2_x_pc: 830

main.nf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1884,7 +1884,6 @@ process endorSpy {
18841884
tuple samplename, libraryid, lane, seqtype, organism, strandedness, udg, file("*.json") into ch_endorspy_for_multiqc
18851885

18861886
script:
1887-
18881887
if (params.run_bam_filtering) {
18891888
"""
18901889
endorS.py -o json -n ${libraryid} ${stats} ${poststats}

0 commit comments

Comments
 (0)