From 415e2eac319b3555fb8478689fa1ea4e12e35462 Mon Sep 17 00:00:00 2001 From: d4straub Date: Fri, 27 Aug 2021 10:58:00 +0200 Subject: [PATCH] resolve reviewer commets --- README.md | 2 +- workflows/bacass.nf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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')