lh3 / psmc

Implementation of the Pairwise Sequentially Markovian Coalescent (PSMC) model
Other
146 stars 60 forks source link

Assembly on scaffold level #54

Open Meer9234 opened 9 months ago

Meer9234 commented 9 months ago

Hi,

Can I also use this tool when I have a reference genome on scaffold level? And how do I do the samtool mileup then (and the rest)? Because the samtools mileup is running for a long time >2 days with 128 cores. My assembly is 1.3GB. I used this command: bcftools mpileup -Q 30 -q 30 -f $REFERENCEFA $ALIGNMENTS -o $OUTBCFMPLIEUP

Kind regards