-
Notifications
You must be signed in to change notification settings - Fork 5
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
Suggestion: ska map to only report positions of variable split-kmers #65
Comments
The VCF should be variant only, I think (let me know if not right, as this is what it says in the docs). I could do this for .aln files too, but there is also snp-sites which offers the same functionality |
From what I remember, the VCF output all positions (I would need to confirm this). But I'm possibly now encountering a bug. The ska map function generates an alignment without any issue, but SKA2 crashes when '-f vcf' is specified using the same skf file and same reference genome: ./ska_0.3.5 map -v -f vcf Spn_ATCC_700669.fna D39V__out0.skf |
Looks like it could be an issue with Also, what do you get if you run |
I'm afraid I do not know about noodles. |
Can you attach the .fna file here so I can take a look For the versions, look in
|
I can't check this as I only keep the binaries after compiling. |
I don't think it likes the gaps in the chromsome name in the header, if I change the title in the ref fasta to:
It works (and outputs only variant sites) I will add a fix which deals with these formats of titles |
Not issue, a suggestion:
ska map generates a VCF or alignment file corresponding to all positions of the reference genome.
Would it be interesting to have an option to restrict the mapping only to variable split-kmers? This could generate smaller output files and would avoid to manually filter the output if only variable sites (SNPs) are of interest.
The text was updated successfully, but these errors were encountered: