-
Notifications
You must be signed in to change notification settings - Fork 15
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
[Bug]: End without warning, but no results are generated? #117
Comments
Thank you for using our harmonization pipeline and taking the time to report the issue you encountered. We appreciate your feedback, as it helps us improve the tool. The issue causing the pipeline termination appears to be related to the ten_percent_counts step. Specifically, the number of chromosomes generated, 22, is less than the default requirement (22 + X, Y, MT = 25), leading to the termination of the pipeline (code). To resolve this issue, you can try the following:
We acknowledge that the error message in this case is unclear, and we will work on improving it in future updates. Thank you again for your valuable feedback and hope these solutions help. |
I would like to know if you have tested the example data following the procedure mentioned in 3.1 General users?
I'm not sure if it's a problem with the program or the software configuration. |
Hi @AI-10, To confirm, I just re-ran the pipeline on our local HPC after redownloading the entire repository, and it worked successfully. Here is the exact command I used:
The pipeline completed all steps without issues. We implemented a check to ensure that the number of chromosomes generated in the second step matches the --chromlist parameter. This is because the workload manager runs all chromosomes in parallel, and we need to confirm that all steps are completed before proceeding to the next stage. |
Hi @AI-10, I’m glad to hear it’s finally working! In Step 2, the pipeline reads the strand orientation of 10% of randomly sampled variants and calculates the strand consistency. If the consistency value is over 0.99, indicating high confidence, the pipeline skips Step 3 (evaluating strand consistency for all variants). This design is intended to save runtime while maintaining accuracy. Let me know if you have any further questions! |
Hi jiyue, The programme is now working fine ! Thanks for this great tool ! |
System information
Nextflow version 24.10.3
Hardware HCP
Executor local
Container engine Conda
OS Linux
Version of gwas-sumstats-harmoniser v1.1.10
Description of the Issue
I executed the code below. But only the first two steps were completed and no final result was produced.
Error Message
nextflow.log
Command used and terminal output
No response
First 10 Rows of the Input File
No response
Relevant files
No response
The text was updated successfully, but these errors were encountered: