Skip to content
Snippets Groups Projects
Commit ce97ae6e authored by mariabernard's avatar mariabernard
Browse files

IMAGE_vqsr : rename recal.idx output files

parent c46684c3
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ rule ApplyRecalibration:
R = "results/VQSR/{GATK_input_prefix}_{var}.R"
output:
vcf = "results/VQSR/{GATK_input_prefix}_vqsr_{var}.vcf.gz",
idx = temp("results/VQSR/{GATK_input_prefix}_vqsr_{var}.recal.idx")
idx = temp("results/VQSR/{GATK_input_prefix}_{var}.recal.idx")
log:
"results/VQSR/logs/{GATK_input_prefix}_vqsr_{var}.log"
params:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment