-
Notifications
You must be signed in to change notification settings - Fork 104
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
docs: update fusionreport score calculation documentation Resolves nf-core#555 #620
docs: update fusionreport score calculation documentation Resolves nf-core#555 #620
Conversation
- Add detailed explanation of new scoring system - Document 80/20 weight distribution between tool detection and database hits - Add formula for score calculation
Hi @atrigila, I've updated the PR to target the dev branch as requested. The nf-core check seems to be failing with "Error: no artifacts found" in the linting workflow. Since this is a documentation-only change updating the fusion report score calculation explanation, is this error expected or should something be adjusted? |
|
@KuthuruTejaswini you'll need to run |
@atrigila I've run pre-commit and updated the changelog with my contribution as requested. The nf-core check is still failing with "no artifacts found", but this appears to be a CI configuration issue rather than a problem with the documentation changes. Since this is a documentation-only update, it should be safe to proceed with review. |
PR checklist
nf-core lint
).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).