Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ timeline {
singularity {
autoMounts = true
cacheDir = "$NEXTFLOW_SINGULARITY_CACHE_DIR"
runOptions = "--env _JAVA_OPTIONS='-XX:ParallelGCThreads=1' -B {{ DIR_LIST }},$EPHEMERAL,$VEP_CACHE_DIR,$SNPEFF_CACHE_DIR,$INTERVAL_DIR,$LOCAL_IGENOME_PATH,$EPHEMERAL:/tmp,$EPHEMERAL:/var/tmp"
runOptions = "--env _JAVA_OPTIONS='-XX:ParallelGCThreads=1' -B {{ DIR_LIST }},$EPHEMERAL,$NEXTFLOW_REF,$EPHEMERAL:/tmp,$EPHEMERAL:/var/tmp"
}

conda {
Expand Down
3 changes: 2 additions & 1 deletion template/nextflow_template/nfcore_generic_runner_v0.0.1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
## * WORKDIR: Work dir path

## IMPORT ENV
source /rds/general/project/genomics-facility-archive-2019/live/tgu/resources/pipeline_resource/nextflow/env.sh
#source /rds/general/project/genomics-facility-archive-2019/live/tgu/resources/pipeline_resource/nextflow/env.sh
source /rds/general/project/genomics-facility-archive-2019/live/PIPELINE_RESOURCES/NEXTFLOW_REF/NEXTFLOW_ENV/env.sh

cd {{ WORKDIR }}

Expand Down
3 changes: 2 additions & 1 deletion template/nextflow_template/olink_nextflow_runner_v0.0.1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
# * WORKDIR
# * CONFIG_FILE
## ENVS
source /rds/general/project/genomics-facility-archive-2019/live/tgu/resources/pipeline_resource/nextflow/env.sh
#source /rds/general/project/genomics-facility-archive-2019/live/tgu/resources/pipeline_resource/nextflow/env.sh
source /rds/general/project/genomics-facility-archive-2019/live/PIPELINE_RESOURCES/NEXTFLOW_REF/NEXTFLOW_ENV/env.sh

export TMPDIR=$EPHEMERAL
export NXF_OPTS='-Xms1g -Xmx4g'
Expand Down