mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
fix copy paste errors
This commit is contained in:
parent
09e729ad41
commit
77d825e043
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ process MD5SUM {
|
|||
label 'process_low'
|
||||
|
||||
if (params.enable_conda) {
|
||||
exit 1, "Conda environments cannot be used when using bcl-convert. Please use docker or singularity containers."
|
||||
exit 1, "Conda environments cannot be used when using md5sum. Please use docker or singularity containers."
|
||||
}
|
||||
container "debian:bullseye-slim"
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ process SHASUM {
|
|||
label 'process_low'
|
||||
|
||||
if (params.enable_conda) {
|
||||
exit 1, "Conda environments cannot be used when using bcl-convert. Please use docker or singularity containers."
|
||||
exit 1, "Conda environments cannot be used when using sha256sum. Please use docker or singularity containers."
|
||||
}
|
||||
container "debian:bullseye-slim"
|
||||
|
||||
|
|
Loading…
Reference in a new issue