diff --git a/README.md b/README.md index ac07cbd7..3865ec47 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ The nf-core/bacass pipeline comes with documentation about the pipeline [usage]( ## Credits -nf-core/bacass was initiated by [Andreas Wilm](https://github.com/andreas-wilm), originally written by [Alex Peltzer](https://github.com/apeltzer) (DSLv1) and rewritten by [Daniel Straub](https://github.com/d4straub) (DSLv2). +nf-core/bacass was initiated by [Andreas Wilm](https://github.com/andreas-wilm), originally written by [Alex Peltzer](https://github.com/apeltzer) (DSL1) and rewritten by [Daniel Straub](https://github.com/d4straub) (DSL2). ## Contributions and Support diff --git a/workflows/bacass.nf b/workflows/bacass.nf index c776ba5f..1a9aaaf7 100644 --- a/workflows/bacass.nf +++ b/workflows/bacass.nf @@ -127,7 +127,7 @@ workflow BACASS { ch_software_versions = ch_software_versions.mix(FASTQC.out.version.first().ifEmpty(null)) // - // MODULE: Skewer, trim and combine short read read-pairs per sample. Similar to nf-core vipr + // MODULE: Skewer, trim and combine short read read-pairs per sample. // SKEWER ( INPUT_CHECK.out.shortreads.dump(tag: 'shortreads')