-
Notifications
You must be signed in to change notification settings - Fork 113
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
Fix #638 [MAG_DEPTHS_PLOT fails if only a single bin is produced] #639
Conversation
|
@nf-core-bot fix linting |
so w some local testing i can confirm that :
ive also updated changelog, etc. so i think maybe this is ready to be looked at.. |
@nf-core-bot fix linting |
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.
LGTM, sorry it took so long for such a small PR!
I'm going to add you to the contributors list and we are good to go :)
@nf-core-bot fix linting |
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.
Appeasing linting...
This PR fixes #638 by introducing a check against the number of rows in the bin depths files, and only attempting to produce heatmaps if there are > 2.
I'll work through the checklist shortly, though may need some guidance re testing (@jfy133 )
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).