Skip to content

Commit

Permalink
Merge pull request #61 from NBISweden/update_multiqc
Browse files Browse the repository at this point in the history
Update multiqc
  • Loading branch information
LucileSol authored Jun 29, 2021
2 parents 7c57345 + 03a4cf9 commit a5520a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TranscriptAssembly/conda/process_multiqc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ channels:
- defaults

dependencies:
- multiqc=1.8
- multiqc=1.10.1
2 changes: 1 addition & 1 deletion TranscriptAssembly/config/software_packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ process {
}
withName: 'multiqc' {
conda = { singularity.enabled || docker.enabled ? '' : "$baseDir/conda/process_multiqc.yml" }
container = 'quay.io/biocontainers/multiqc:1.8--py_1'
container = 'quay.io/biocontainers/multiqc:1.10.1--pyhdfd78af_1'
}
}

0 comments on commit a5520a6

Please sign in to comment.