mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-13 06:43:09 +00:00
Update nextflow.config
This commit is contained in:
parent
7321daf4f6
commit
c68afbbf90
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ if (!params.igenomes_ignore) {
|
|||
}
|
||||
|
||||
// Export these variables to prevent local Python/R libraries from conflicting with those in the container
|
||||
// The JULIA depot path has been adjusted to a fixed path `/usr/local/share/julia` that needs to be used for packages in the container.
|
||||
// The JULIA depot path has been adjusted to a fixed path `/usr/local/share/julia` that needs to be used for packages in the container.
|
||||
// See https://apeltzer.github.io/post/03-julia-lang-nextflow/ for details on that. Once we have a common agreement on where to keep Julia packages, this is adjustable.
|
||||
|
||||
env {
|
||||
|
|
Loading…
Reference in a new issue