Skip to content

Commit

Permalink
Merge pull request #355 from FriederikeHanssen/fix_typo
Browse files Browse the repository at this point in the history
Fixed label in fastQC process
  • Loading branch information
matrulda authored Dec 5, 2019
2 parents 670dd72 + ab39fb4 commit a3c11c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* Add information about SILVA licensing when removing rRNA to `usage.md`
* Fixed ansi colours for pipeline summary, added summary logs of alignment results
* Fixes an issue where multiqc fails to run with `--skipbiotypeQC` option [#353](https://github.com/nf-core/rnaseq/issues/353)
* Fixes label name in fastQC process, Issue #345

#### Updated Packages

Expand Down
2 changes: 1 addition & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ if (params.pseudo_aligner == 'salmon' && !params.salmon_index) {
*/
process fastqc {
tag "$name"
label 'process_medium'
label 'mid_memory'
publishDir "${params.outdir}/fastqc", mode: 'copy',
saveAs: { filename -> filename.indexOf(".zip") > 0 ? "zips/$filename" : "$filename" }

Expand Down

0 comments on commit a3c11c3

Please sign in to comment.