Skip to content

Commit

Permalink
Merge pull request #60 from d4straub/dev
Browse files Browse the repository at this point in the history
resolve reviewer comments
  • Loading branch information
d4straub authored Aug 27, 2021
2 parents 7e45e46 + 415e2ea commit 59fe41f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion workflows/bacass.nf
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 59fe41f

Please sign in to comment.