We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8040154 + 143a464 commit 0f1ff06Copy full SHA for 0f1ff06
asciidocs/containers.adoc
@@ -617,7 +617,7 @@ with the following container directives for each process:
617
[source,nextflow,linenums]
618
----
619
process FASTQC {
620
- container = 'biocontainers/fastqc:v0.11.5'
+ container 'biocontainers/fastqc:v0.11.5'
621
tag "FASTQC on $sample_id"
622
...
623
@@ -628,7 +628,7 @@ and
628
629
process QUANTIFICATION {
630
tag "Salmon on $sample_id"
631
- container = 'quay.io/biocontainers/salmon:1.7.0--h84f40af_0'
+ container 'quay.io/biocontainers/salmon:1.7.0--h84f40af_0'
632
publishDir params.outdir, mode:'copy'
633
634
0 commit comments