WGLab/NanoCaller

extract whole genome SNP and haplotype

Opened this issue · 3 comments

The tutorial provided the command to extract a specific region of SNP and haplotype. If I want to extract ALL the SNP and haplotype of the genome, how to set -chrom parameter? I tried "-chrom None". It does not work.

-chrom is a required flag. You would need to run the command separately for each chromosome.

We have added two methods for whole genome variant calling. 1) We write the commands needed to run NanoCaller on each contig into a file. You can then use whatever method of parallel computing or job submissions to a cluster to run these commands. This is preferable mode of running. 2) Instead of printing the commands for each contig, in the second mode NanoCaller will just call variants in each contig in a sequence. We have also added several ways of specifying what contigs you want to use in whole genome mode.