sanjaynagi / AmpSeeker

A snakemake workflow for amplicon sequencing
https://sanjaynagi.github.io/AmpSeeker/
0 stars 3 forks source link

Automatic merging of vcf files depending on sample size #1

Closed sanjaynagi closed 2 years ago

sanjaynagi commented 2 years ago

Currently, the pipeline has a rule which splits the bcftools merge step into two groups, as when running more than 1000 samples, bcftools merge fails. It also means the pipeline can fail if there are less than 1000 samples.

We should write this so that this is automated, I.e merging is only done in 2 steps if there are more than 1000 samples.

sanjaynagi commented 2 years ago

closed by #7