-
Notifications
You must be signed in to change notification settings - Fork 5
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
Hic opt #224
Hic opt #224
Conversation
|
The runner name should be |
Does the line have the wrong path? |
…he test can pass on the farm.
.github/workflows/ci.yml
Outdated
- name: Download containers | ||
# Forcibly download repo on branch hic_opt and download SINGULARITY containers into the CACHE dir if not found | ||
run: | | ||
nf-core download sanger-tol/treeval --revision hic_opt --compress none -d --force --outdir sanger-treeval --container-cache-utilisation amend --container-system singularity |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This step pull all 35 sif image in advance before the run and it seems help lots .
After downloading, it seems we should run the pipeline differently according to the document. I never tried the nf-core download myself.
https://nf-co.re/tools#downloading-pipelines-for-offline-use
nextflow run /path/to/download/nf-core-rnaseq-dev/workflow/ --input mydata.csv --outdir results # usual parameters here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can do that.
I've removed the checkout@v4 and how have it running the nf-core downloaded version. Has meant I've had to include another action to get branch names. See more on #234 .
Dp24 ci updates
PR checklist
nf-core lint
).nextflow run . -profile 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).