-
Notifications
You must be signed in to change notification settings - Fork 6
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
job separation by chromosome #57
Conversation
Good job! It would be good if you add the statistics in the message regardless of whether it's improved or not, so we can track. |
The memory/running time stats for running on a WES sample
N E X T F L O W ~ version 24.04.3
|
Trace
|
If this job reduced the memory consumption of the feature engineering 1, it's remarkable! can you post the previous version as well? |
|
Thanks. It seems memory usage is reduced to half! |
@@ -259,7 +283,8 @@ process VEP_ANNOTATE { | |||
path vep_idx | |||
|
|||
output: | |||
path "${params.run_id}-vep.txt" | |||
path "${vcf.baseName}-vep.txt", emit: vep_output |
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.
good work!
VEP_ANNOTATE( | ||
FILTER_PROBAND.out, | ||
SPLIT_VCF_BY_CHROMOSOME.out.chr_vcfs.flatten(), |
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.
good!
Testing on a WES sample, changed
|
testing on WGS data |
No description provided.