-
Notifications
You must be signed in to change notification settings - Fork 14
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
Error from Manta input #213
Comments
@moldach would you be able to pull out the row from the vcf that errored along with its mate and paste it here? From just this error message it looks like the break1_orientation is missing but I can't tell more without the data itself |
I have been getting the same error My config [reference] [S14N] [S14T] My Log Mate Pairs from the diploidSV.vcf.gz chr1 17051724 MantaBND:207:0:1:0:0:0:0 C [chr1:234912188[GCCCCATC 36 PASS SVTYPE=BND;MATEID=MantaBND:207:0:1:0:0:0:1;SVINSLEN=7;SVINSSEQ=GCCCCAT;BND_DEPTH=5;MATE_BND_DEPTH=4 GT:FT:GQ:PL:PR:SR 0/1:PASS:30:86,0,28:1,2:3,1 chr1 234912188 MantaBND:207:0:1:0:0:0:1 A [chr1:17051724[ATGGGGCA 36 PASS SVTYPE=BND;MATEID=MantaBND:207:0:1:0:0:0:0;SVINSLEN=7;SVINSSEQ=ATGGGGC;BND_DEPTH=4;MATE_BND_DEPTH=5 GT:FT:GQ:PL:PR:SR 0/1:PASS:30:86,0,28:1,2:3,1 |
thanks @ramsainanduri! That's really helpful :) I will look into this now |
Hi @creisle, |
It is fixed and will be released in 2.2.7 which should be released today or in the next couple of days. In the mean time you can build from the fix branch here https://github.com/bcgsc/mavis/tree/bugfix/issue-213-bnd-non-trans if you like |
okay thank you. |
This has now been released. https://pypi.org/project/mavis/2.2.7/ Please let me know if you have further issues |
This works great, thank you! |
The
mavis config
steps creates amavis.cfg
for the MAVIS standard input file formats (.bam
and.vcf
); however, according to the the documents the Reference Input Files should be set up using Environment Variables or entered in themavis.cfg
file manually.Set up mavis.cfg
Manually include references
This is how my directory looks like
So I'll add the required references to
mavis.cfg
:Running MAVIS
I'm getting the following error:
The text was updated successfully, but these errors were encountered: