-
Notifications
You must be signed in to change notification settings - Fork 8
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
Replacing PROJECT_SPOTS and MCQUANT by more optimized method #15
Conversation
This comment has been minimized.
This comment has been minimized.
|
@kbestak : Currently still contains commented out portions for PROJECT_SPOTS and MCQUANT! |
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 went through the code, updated some things that required changing, mainly the MultiQC break, and adding the tag for the spot2cell outputs with segmentation and added some small quality-of-life improvements (int for spot counts, rounding QC metrics). Should be ready to merge in my opinion.
LGTM! Closes #11 |
PR checklist
The main feature of this PR is to replace the PROJECT_SPOTS and MCQUANT modules with a new module (SPOTS2CELL, temporary name). The new module needs only a fraction of the time and RAM to process the same data.
Addresses #11
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).