-
Notifications
You must be signed in to change notification settings - Fork 38
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
Centrifuge update to address mkfifo clashes #444
Conversation
This PR is against the
|
|
Super!!! Well done!!! I will test it now and will approve it once the job is completed. |
I hope it works 🤞 |
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 don't have any issues regarding mkfifo
, but instead, we don't get the correct *centrifuge.txt
file. It seems that centrifuge-kreport
didn't perform correctly. *.centrifuge.report.txt
and *centrifuge.results.txt
are correct.
Example of the file *centrifuge.txt
0.52 42517 42517 U 0 unclassified
99.48 8134168 8134168 - 1
Co-authored-by: Lili Andersson-Li <64467552+LilyAnderssonLee@users.noreply.github.com>
@sofstam I can't see your comment now, but yes I'm a bit concerned that the tests are failing :( need to investigate what that's meaning... |
I deleted it, I think Lili has an updated comment now. |
@jfy133 Have you tested the new version of |
No I didn't... my understanding from the release it wasn't meant to change... https://github.com/DaehwanKimLab/centrifuge/releases/tag/v1.0.4.1 How does it look in your own test run/data? |
OK found the problem, it was a bug in my bioconda recipe (bad docs)... going to go back and update the recipe and the biocontainer and the moduel... 😅 |
@LilyAnderssonLee final check? |
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.
The test run for my real data was finished successfully this time. Got all correct files!!!
LGTM!
Hopefully 🤞 fixes #422
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).