-
Notifications
You must be signed in to change notification settings - Fork 48
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
Incorporate bug fixes and update version number #46
Conversation
@SooLee , I see that you have been active on the repository, it would be great if we can get a new tagged version of the tool especially with the divide by zero fix, so that I can update the bioconda container (which will update the docker/singularity images on biocontainers) and then I can incorporate the tool properly into pipelines in the nf-core project. |
@SooLee , please can you look at this? |
@SooLee , are you able to look at this please? |
@sejooning Can you please look at this and merge? |
Hi @SooLee , there has been no activity on github from @sejooning for several years, have you been able to contact them outside of github? Thanks |
Hi Simon,
I'm contacting Sejoon to see if he can work on this. Thank you for your
interest in our tool and the suggestion.
Best,
Alice
…On Mon, Aug 14, 2023 at 9:11 AM Simon Pearce ***@***.***> wrote:
Hi @SooLee <https://github.com/SooLee> , there has been no activity on
github from @sejooning <https://github.com/sejooning> for several years,
have you been able to contact them outside of github?
Thanks
—
Reply to this email directly, view it on GitHub
<#46 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB67IYXEU6BUWYCLQJ23JWDXVIPYVANCNFSM6AAAAAA2AGBLTQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Thank you, that is great! |
Hi Simon, Thank you for addressing the bug and offering valuable suggestions for version updates. The mentioned changes have been committed. It would be fantastic if NGSCheckMate could be incorporated into Nextflow. Thank you very much. Best regards, |
Thank you both! Can you please release a version with the 1.0.1 tag, to make it clear what that version number relates to? Unless you are planning on making any other changes to the tool in the near future? |
Hi, @SPPearce, I am a regular user of NGSCheckMate, thanks a lot for the effort! There is still one very minor issue though:
You made changes corresponding to the point above only in Although I can make tweak in my pipeline to allow fastq mode and bam/vcf mode outputs being handled differently, it would be great if you could help address the above inconsistency issues upstream. Basically, 1. remove the "output" part in the file name in Thanks a lot. |
Hi @ImNotaGit , |
(to be precise, that the last file is missing from the correlation matrix, but is present in the text file) |
Honestly, I did not notice that, since (now that you reminded me) in my pipeline I do not use the correlation matrix (
Oh, BTW, I recall another inconsistency between fastq and bam/vcf modes: in bam/vcf mode a Yeah, so it seems that there are additional things to be fixed:P |
Yes, I'm also aware that the correlation matrix is only half filled in in the fastq mode too, and the lack of the matched file. |
Thanks a lot again for all the efforts! I cannot think of other things that need to be fixed for the moment. |
@ImNotaGit , can you test out this vaf_ncm.py file before I make a PR. I'm struggling to test it outside a container on my laptop. |
This pull request incorporates the bug fixes included in #31, #37, as well as some further changes:
I have been using this version "in production" for the last 2 years, running over 3000 samples through NGSCheckMate in batches. The tool is extremely useful, and I am ready to include it into several Nextflow workflows in the nf-core community, but can not without the fix that #31 provides to prevent divide by zero crashes in particular.
@SooLee , please can you take a look at this PR, and release a new version of the tool.
output_tag
prefix is added to theoutput_corr_matrix.txt
file