Skip to content

Commit 0f1ff06

Browse files
Merge pull request #131 from mribeirodantas/remove-eq-sign-process
Equal sign for directives only in config files
2 parents 8040154 + 143a464 commit 0f1ff06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

asciidocs/containers.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ with the following container directives for each process:
617617
[source,nextflow,linenums]
618618
----
619619
process FASTQC {
620-
container = 'biocontainers/fastqc:v0.11.5'
620+
container 'biocontainers/fastqc:v0.11.5'
621621
tag "FASTQC on $sample_id"
622622
...
623623
----
@@ -628,7 +628,7 @@ and
628628
----
629629
process QUANTIFICATION {
630630
tag "Salmon on $sample_id"
631-
container = 'quay.io/biocontainers/salmon:1.7.0--h84f40af_0'
631+
container 'quay.io/biocontainers/salmon:1.7.0--h84f40af_0'
632632
publishDir params.outdir, mode:'copy'
633633
...
634634
----

0 commit comments

Comments
 (0)