You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With sniffles 2.5 I am trying to perform a fairly simple genotype/merge with PacBio input CRAM files (from pbmm2). Despite providing "--reference" to sniffles, the resulting VCF has 'N' for all the REF alleles. To verify this is not CRAM-speciifc, I also converted CRAMs to BAMs and repeated, with the same result.
Hello,
With sniffles 2.5 I am trying to perform a fairly simple genotype/merge with PacBio input CRAM files (from pbmm2). Despite providing "--reference" to sniffles, the resulting VCF has 'N' for all the REF alleles. To verify this is not CRAM-speciifc, I also converted CRAMs to BAMs and repeated, with the same result.
here is the first command (once per input):
and the merge:
The resulting VCF lists 'N' as the REF for every row. It seems like the bcftools fill-from-fasta plugin can salvage the REF field:
but thought it was worth reporting this.
The text was updated successfully, but these errors were encountered: