diff --git a/template/nextflow_template/olink_nextflow_runner_v0.0.1.sh b/template/nextflow_template/olink_nextflow_runner_v0.0.1.sh index 4af5239d..f398c302 100644 --- a/template/nextflow_template/olink_nextflow_runner_v0.0.1.sh +++ b/template/nextflow_template/olink_nextflow_runner_v0.0.1.sh @@ -14,7 +14,6 @@ cd {{ WORKDIR }} $NEXTFLOW_EXE run /rds/general/project/genomics-facility-archive-2019/live/OLINK_DATA/olink_reveal_npx_and_qc_pipeline/main.nf \ -with-tower "$NEXTFLOW_TOWER" \ -resume \ - -profile singularity \ --outdir {{ WORKDIR }}/results \ -work-dir {{ WORKDIR }}/work \ -with-report {{ WORKDIR }}/results/report.html \