-
Notifications
You must be signed in to change notification settings - Fork 1
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
Updating tests and documentation to correct 'scaled' distances #16
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.
This looks great Kyla. I just have one comment, and I'm going to ask for more clarification on this.
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.
Updated with more information based on internal discussion of clustering methods.
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 looks great. Thanks so much Kyla 😄
This PR updates the documentation (README), parameter check, and tests related to scaled distances. There was previously a misunderstanding in the permissible range of scaled distance thresholds. We believed these were [0.0, 1.0], but they are actually [0.0, 100.0] (i.e. percentages).
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).README.md
is updated (including new tool citations and authors/contributors).