Skip to content

Commit

Permalink
Merge pull request #131 from mribeirodantas/remove-eq-sign-process
Browse files Browse the repository at this point in the history
Equal sign for directives only in config files
  • Loading branch information
mribeirodantas committed Feb 1, 2023
2 parents 8040154 + 143a464 commit 0f1ff06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions asciidocs/containers.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ with the following container directives for each process:
[source,nextflow,linenums]
----
process FASTQC {
container = 'biocontainers/fastqc:v0.11.5'
container 'biocontainers/fastqc:v0.11.5'
tag "FASTQC on $sample_id"
...
----
Expand All @@ -628,7 +628,7 @@ and
----
process QUANTIFICATION {
tag "Salmon on $sample_id"
container = 'quay.io/biocontainers/salmon:1.7.0--h84f40af_0'
container 'quay.io/biocontainers/salmon:1.7.0--h84f40af_0'
publishDir params.outdir, mode:'copy'
...
----
Expand Down

0 comments on commit 0f1ff06

Please sign in to comment.