-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use small tower compute env #113
Conversation
Use small 1.2G for base nextflow job
This PR is against the
|
|
This is just test PR, probably no need to merge. We have default Then we had problems to run BTK pipeline, therefore we created Now I have set export NXF_OPTS='-Xms128m -Xmx1024m'
I also triggered a pipeline on the dev branch after I updated
Both jobs are running with 1.2G memory now. |
Use the org level variable TOWER_COMPUTE_ENV which point to small actually with 1.2G memory.
Manually trigger a full test run on farm via tower:
Mon Sep 16 12:05:00: Submitted from host , CWD </lustre/scratch123 |
Use small 1.2G for base nextflow job
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).nextflow run . -profile debug,test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).