Skip to content
Snippets Groups Projects
Commit 14dea16e authored by Shaman Narayanasamy's avatar Shaman Narayanasamy
Browse files

Dunno

parent 86c8bd50
No related branches found
No related tags found
No related merge requests found
......@@ -131,7 +131,6 @@ rule ANALYSIS_MG_VARIANT_CALLING:
### run_mpileup {input[0]} {input[1]} $VCF_MPU
samtools mpileup -uf {input[0]} {input[1]} | bcftools view -vcg - > $VCF_MPU
wait
bgzip -c $VCF_MPU > $VCF_MPU.gz
tabix -f -p vcf $VCF_MPU.gz
......@@ -145,8 +144,6 @@ rule ANALYSIS_MG_VARIANT_CALLING:
bgzip -c $VCF_PLT > $VCF_PLT.gz
tabix -f -p vcf $VCF_PLT.gz
### "Merging outputs "
## Must remove colons from the contig names in upstream steps. Unable to merge the variants
......
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