-
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
Publish peripheral data as well, even if we don't use it ourselves #99
Conversation
|
24e2ca2
to
9449a46
Compare
It's ready for review |
I can see if you haven't changed anywhere else, I can do a quick PR. |
Yes, please |
I have successfully run both Except the error with the two newly pulled singularity images: And the error message:
I have tried different version of singualrity on the new farm, all have the same problem. This is probably caused by a combination of farm22 and docker image? |
7363ac0
to
4c57872
Compare
Since #97 is taking a while, I've rebased this branch onto |
4c57872
to
f27e1af
Compare
Python linting (
|
All we need is Python and the yaml package
f27e1af
to
aef0532
Compare
TOLIT-2200
This PR is to publish more output files from the pipeline. Those things were not originally included because we don't need them ourselves (we'll get the files via other pipelines) but someone running the pipeline may find those interesting.
At the same time, I found that the full-test didn't pass because of some recent changes I did.
Keeping it as a draft for now until the base branch is merged. I also need to document the changes in
docs/output.md
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).