PlantandFoodResearch / MCHap

Polyploid micro-haplotype assembly using Markov chain Monte Carlo simulation.
MIT License
18 stars 3 forks source link

Seperate haplotype assembly and re-calling into two seperate tools. #110

Closed timothymillar closed 3 years ago

timothymillar commented 3 years ago

Related to #104

This would introduce a new sub tool mchap call ... which takes a VCF of assembled haplotypes as input and use those haplotypes to call genotypes from the input bam files. This is necessary (though not urgent) for the tools for polyploids initiative and will avoid adding more parameters to mchap assemble as part of #104. It is also a means to record the "raw" haplotype assemblies and then recall without performing the assembly twice.

timothymillar commented 3 years ago

Done in #112