-
Notifications
You must be signed in to change notification settings - Fork 2
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 in clove run on BEDPE #1
Comments
I also have some questions:
|
That error message is indicative of a malformed input BAM. You can force the bin field to be computed by converting the file to SAM, then back to BAM again. Unfortunately, clove has not yet been updated to handle variants in VCF breakend notation. @jibsch - can you comment on the clove parameters and usage? |
I tried the conversion but it didn't work, same error. This is what I tried: |
GRIDSS VCF is now supported by CLOVE. |
I'm trialling CLOVE on GRIDSS output, some minor things I noticed:
Also previously before using GRIDSS vcf directly, I used GRIDSS bedpe (with column ordering) as CLOVE input, however the type seems to be either ITX1 or ITX2; outputs from using GRIDSS vcf directly seems to be more variety on the types - haven't had a closer look on it, but it seems better off using the vcf directly. |
Hi, |
Exception in thread "main" htsjdk.samtools.SAMFormatException: SAM validation error: ERROR: Record 147517, Read name HWI-EAS324_96694046:7:77:833:7#0, bin field of BAM record does not equal value computed based on alignment start and end, and length of sequence to which read is aligned
at htsjdk.samtools.SAMUtils.processValidationErrors(SAMUtils.java:439)
at htsjdk.samtools.BAMFileReader$BAMFileIterator.advance(BAMFileReader.java:644)
at htsjdk.samtools.BAMFileReader$BAMFileIterator.next(BAMFileReader.java:629)
at htsjdk.samtools.BAMFileReader$BAMFileIterator.next(BAMFileReader.java:599)
at htsjdk.samtools.BAMFileReader$BAMQueryFilteringIterator.advance(BAMFileReader.java:832)
at htsjdk.samtools.BAMFileReader$BAMQueryFilteringIterator.next(BAMFileReader.java:822)
at htsjdk.samtools.BAMFileReader$BAMQueryFilteringIterator.next(BAMFileReader.java:788)
at htsjdk.samtools.SamReader$AssertingIterator.next(SamReader.java:544)
at htsjdk.samtools.SamReader$AssertingIterator.next(SamReader.java:518)
at htsjdk.samtools.util.PeekableIterator.advance(PeekableIterator.java:68)
at htsjdk.samtools.util.PeekableIterator.next(PeekableIterator.java:54)
at htsjdk.samtools.filter.FilteringIterator.getNextRecord(FilteringIterator.java:130)
at htsjdk.samtools.filter.FilteringIterator.next(FilteringIterator.java:105)
at htsjdk.samtools.filter.FilteringIterator.next(FilteringIterator.java:45)
at htsjdk.samtools.util.PeekableIterator.advance(PeekableIterator.java:68)
at htsjdk.samtools.util.PeekableIterator.next(PeekableIterator.java:54)
at htsjdk.samtools.util.SamLocusIterator.next(SamLocusIterator.java:317)
at htsjdk.samtools.util.SamLocusIterator.hasNext(SamLocusIterator.java:240)
at au.edu.wehi.clove.Clove.getReadDepth(Clove.java:450)
at au.edu.wehi.clove.Clove.main(Clove.java:1238)
The text was updated successfully, but these errors were encountered: