-
Notifications
You must be signed in to change notification settings - Fork 4
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
Tranches optimization #95
Conversation
Updated results_dirs #47 , added couple of notes and changed ```-a``` for LoFreq filtering to a more standard value.
fixed overzealous substitutions that often resulted in altered sample names
Also output a realigned bam file.
Finishing touches to tranches optimization (on SLURM)
With the addition of this PR, there would be a new file published (for logging purposes) in 📗 The best annotation below was determined to be [
{
"minVQSLod": "-8418.0842",
"annotationsOrder": " DP, AS_MQ, AS_QD, AS_FS, AS_MQRankSum, AS_SOR, AS_ReadPosRankSum",
"annotationsCount": "ANN7"
},
{
"minVQSLod": "-8444.1324",
"annotationsOrder": " DP, AS_MQ, AS_QD, AS_FS, AS_MQRankSum, AS_SOR",
"annotationsCount": "ANN6"
},
{
"minVQSLod": "-8467.8560",
"annotationsOrder": " DP, AS_MQ, AS_QD, AS_FS, AS_MQRankSum",
"annotationsCount": "ANN5"
},
{
"minVQSLod": "-414.3786",
"annotationsOrder": " DP, AS_MQ, AS_QD, AS_FS",
"annotationsCount": "ANN4"
},
{
"minVQSLod": "-414.2304",
"annotationsOrder": " DP, AS_MQ, AS_QD",
"annotationsCount": "ANN3"
},
{
"minVQSLod": "-415.0220",
"annotationsOrder": " DP, AS_MQ",
"annotationsCount": "ANN2"
}
] |
@TimHHH and @LennertVerboven , could you please take this branch If all looks good then please go ahead and merge this. |
@abhi18av what is this 'Graphviz DOT file' and what is its purpose? |
@TimHHH that file is basically the graph which gets generated, we can use that to create a PNG of the flow. It doesn't change anything in the pipeline. Apart from that, is this branch working as expected? |
all good, nice |
GATK_HAPLOTYPE_CALLER_*