Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extract whole genome SNP and haplotype #6

Open
qiang-huang opened this issue Sep 10, 2020 · 3 comments
Open

extract whole genome SNP and haplotype #6

qiang-huang opened this issue Sep 10, 2020 · 3 comments

Comments

@qiang-huang
Copy link

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.

@umahsn
Copy link
Collaborator

umahsn commented Sep 10, 2020

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

@umahsn
Copy link
Collaborator

umahsn commented Sep 21, 2020

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.

@qiang-huang
Copy link
Author

qiang-huang commented Sep 22, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants