-
Notifications
You must be signed in to change notification settings - Fork 67
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
no plottable samples with matched alignment files #164
Comments
Insertions are not currently supported by Samplot, but we are in the planning stages of implementing them. As for the deletions, can you try plotting some individual regions from the VCF with |
Also, based on the error, check the sample name in the VCF and see if it matches the sample name in the BAM |
Thanks for prompt reply, @mchowdh200! However, I have another issue. So, I have the annotation column in the I supplied sorted gff3 file via |
From the usage string, I saw this description for the
This leads me to believe that it's used for some sort of table filtering and not for plotting the track. In |
It is actually possible to add additional
|
I generated a
vcf
file withsniffles
(on PacBio HiFi reads aligned to hg38) and I am trying to visualize SVs usingsamplot vcf
(conda
installation).vcf
file stats:samplot
command I used:samplot vcf --vcf HG033_sniffles_SVs.vcf -d . --sample_ids HG033_sniffles -b HG033_hg38_mnp2.bam --plot_all
But the output is only an empty
index.html
file.When I include a
--debug
flag, there are 2 recurring types of errors:INS type not supported
I have seen this error in other raised issues and if understand it correctly,
samplot
does not visualize SNPsno plottable samples with matched alignment files
What can be causing that?
Also, I do not understand why longer insertions and other types of SVs are not visualized.
The text was updated successfully, but these errors were encountered: