-
Notifications
You must be signed in to change notification settings - Fork 15
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
added Coreograph #49
added Coreograph #49
Conversation
|
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 am still running the tests locally to verify the snapshots are stable, but here are some changes to work through in the meantime.
Also I found that on a 4-core machine the nf-test run failed as coreograph is tagged process_medium
which requests 6 cores. Still working out the best way to address that.
Hmm, my check for pixel_size when tma_dearray is true doesn't seem to be catching when I remove pixel_size from our test case. Looking into this now. I ran a manual test and it seems to work correctly. |
Should I change the publish directory for the coreograph module to be |
No, I think it should just be In general, I think the publish directories should only contain the tool name as a sub-directory when we support multiple simultaneous implementations for that tool or in downstream results (so just segmentation at the moment) but that's something we can adjust in another PR. I was unable to find any guidance on this in the nf-core documentation. Have you seen anything? |
Yes, I'll make the change to That sounds like a good plan. I wasn't sure if we'd be adding other modules besides |
1 similar comment
Yes, I'll make the change to That sounds like a good plan. I wasn't sure if we'd be adding other modules besides |
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).