diff --git a/workflow/conf/biohpc.config b/workflow/conf/biohpc.config index 1b6da27c5ee315c54f6b58274f572e27fed0755a..f271a59b7017b23334549a723d56133f27308f74 100755 --- a/workflow/conf/biohpc.config +++ b/workflow/conf/biohpc.config @@ -19,7 +19,7 @@ process { executor = 'local' } withName:fastqc { - module = ['fastqc/0.11.5', 'parallel'] + container = 'docker://bicf/fastqc:1.5' queue = 'super' } withName:versions { diff --git a/workflow/main.nf b/workflow/main.nf index 1f8219a58352ec4e682e739524e91e639ad57e06..6fb36ecbf9dac4356a8226d518cedfd93190565a 100755 --- a/workflow/main.nf +++ b/workflow/main.nf @@ -148,7 +148,7 @@ process fastqc { } - +/* process versions { tag "${name}" @@ -193,3 +193,4 @@ process multiqc { """ } +*/ \ No newline at end of file