sid-krish / rhometa

metagenome population recombination rate estimation pipeline
MIT License
12 stars 0 forks source link

Replace use of samtools pileup? #61

Open sid-krish opened 8 months ago

sid-krish commented 8 months ago

In rho_est.nf, subsample process, samtools pileup is used to determine the maximum while this method seems to work well, perhaps samtools coverage or a different tool that is designed for this task might be better? Furthermore by default samtools pileup has a default max depth of 8000.