Skip to content

Commit

Permalink
Merge pull request #248 from nf-core/release_pr_comments
Browse files Browse the repository at this point in the history
Removed customdumpsoftwareversions and updated README.md
  • Loading branch information
apeltzer authored Aug 13, 2024
2 parents ee35363 + b48fba9 commit 7b37e90
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 261 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ On release, automated continuous integration tests run the pipeline on a full-si

## Pipeline summary

1. Demultiplexing
1. [samshee](#samshee) - Validates illumina v2 samplesheets.
2. Demultiplexing

- [bcl-convert](#bcl-convert) - converting bcl files to fastq, and demultiplexing (CONDITIONAL)
- [bases2fastq](#bases2fastq) - converting bases files to fastq, and demultiplexing (CONDITIONAL)
Expand All @@ -42,12 +43,11 @@ On release, automated continuous integration tests run the pipeline on a full-si
- [fqtk](#fqtk) - a toolkit for working with FASTQ files, written in Rust (CONDITIONAL)
- [mkfastq](#mkfastq) - converting bcl files to fastq, and demultiplexing for single-cell sequencing data (CONDITIONAL)

2. [checkqc](#checkqc) - (optional) Check quality criteria after demultiplexing (bcl2fastq only)
3. [fastp](#fastp) - Adapter and quality trimming
4. [Falco](#falco) - Raw read QC
5. [md5sum](#md5sum) - Creates an MD5 (128-bit) checksum of every fastq.
6. [MultiQC](#multiqc) - aggregate report, describing results of the whole pipeline
7. [samshee](#samshee) - Validates illumina v2 samplesheets.
3. [checkqc](#checkqc) - (optional) Check quality criteria after demultiplexing (bcl2fastq only)
4. [fastp](#fastp) - Adapter and quality trimming
5. [Falco](#falco) - Raw read QC
6. [md5sum](#md5sum) - Creates an MD5 (128-bit) checksum of every fastq.
7. [MultiQC](#multiqc) - aggregate report, describing results of the whole pipeline

![subway map](docs/demultiplex.png)

Expand Down
8 changes: 0 additions & 8 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -158,14 +158,6 @@ process {
]
}

withName: CUSTOM_DUMPSOFTWAREVERSIONS {
publishDir = [
path: { "${params.outdir}/pipeline_info" },
mode: params.publish_dir_mode,
pattern: '*_versions.yml'
]
}

withName: SGDEMUX {
publishDir = [
[
Expand Down
7 changes: 0 additions & 7 deletions modules/nf-core/custom/dumpsoftwareversions/environment.yml

This file was deleted.

24 changes: 0 additions & 24 deletions modules/nf-core/custom/dumpsoftwareversions/main.nf

This file was deleted.

37 changes: 0 additions & 37 deletions modules/nf-core/custom/dumpsoftwareversions/meta.yml

This file was deleted.

This file was deleted.

43 changes: 0 additions & 43 deletions modules/nf-core/custom/dumpsoftwareversions/tests/main.nf.test

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions modules/nf-core/custom/dumpsoftwareversions/tests/tags.yml

This file was deleted.

0 comments on commit 7b37e90

Please sign in to comment.