Skip to content

Commit

Permalink
Simplify env var porting
Browse files Browse the repository at this point in the history
  • Loading branch information
pinin4fjords committed Jan 27, 2025
1 parent 68ee86c commit 2b054b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ env {
R_PROFILE_USER = "/.Rprofile"
R_ENVIRON_USER = "/.Renviron"
JULIA_DEPOT_PATH = "/usr/local/share/julia"
SEQERA_ACCESS_TOKEN = { params.enable_multiqc_ai ? System.getenv('SEQERA_ACCESS_TOKEN') : null }
SEQERA_ACCESS_TOKEN = "$SEQERA_ACCESS_TOKEN"
}

// Set bash options
Expand Down

0 comments on commit 2b054b9

Please sign in to comment.