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
So there should only be enriched viral reads present
In this case we get alignments to many of the viruses, but we noticed a small
of reads aligning to one or two particular strains across most of the samples.
We then took a subset of all_viruses.fasta (containes maybe 10 of the viruses
we noticed the 'weirdness' with) and ran the same command on sample1 as above.
However, in this case we get 0 reads aligning to any of the viruses (the
sequences are the same) and we were wondering what may be causeing this, and if
you have any suggestions.
If needed I can provide the sample and both of the references used.
We ran both minimap2 -V 2.24 and minimap2 -V 2.26 with the same results.
We checked the read counts using: samtools idxstats sample1.bam
Thank you for your time.
Cheers,
Johnny
The text was updated successfully, but these errors were encountered:
Hello Dr. Li,
We are running minimap2 as part of a viral haplotype detection workflow and have
noticed some weirdness between different reference files.
all_viruses.fasta
contains viral variants (many accessions) say 1-90 and wealign a single sample to this file using the commands:
In this case we get alignments to many of the viruses, but we noticed a small
of reads aligning to one or two particular strains across most of the samples.
We then took a subset of
all_viruses.fasta
(containes maybe 10 of the viruseswe noticed the 'weirdness' with) and ran the same command on
sample1
as above.However, in this case we get 0 reads aligning to any of the viruses (the
sequences are the same) and we were wondering what may be causeing this, and if
you have any suggestions.
If needed I can provide the sample and both of the references used.
We ran both
minimap2 -V 2.24
andminimap2 -V 2.26
with the same results.We checked the read counts using:
samtools idxstats sample1.bam
Thank you for your time.
Cheers,
Johnny
The text was updated successfully, but these errors were encountered: