Skip to content

Commit

Permalink
feat: Add Seqera access token configuration for MultiQC AI
Browse files Browse the repository at this point in the history
  • Loading branch information
pinin4fjords committed Jan 24, 2025
1 parent 41b2187 commit fade208
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +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 }
}

// Set bash options
Expand Down

0 comments on commit fade208

Please sign in to comment.