Skip to content
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

Sanity check failures in AssemblyFactory #66

Closed
mpinese opened this issue Mar 3, 2017 · 2 comments
Closed

Sanity check failures in AssemblyFactory #66

mpinese opened this issue Mar 3, 2017 · 2 comments
Assignees
Labels

Comments

@mpinese
Copy link

mpinese commented Mar 3, 2017

Hi, thanks for turning around that THREADS fix so quickly. I've been testing GRIDSS on WGS of normal blood, and preliminary results are looking very nice. I am however getting some sanity check failures:

INFO    2017-03-03 20:18:39     AssemblyEvidenceSource  Starting assembly on chunk 24 (1:240000001-249250621)
INFO    2017-03-03 20:19:41     AssemblyEvidenceSource  Completed assembly on chunk 17 (1:170000001-180000000) in 3424s (57.07 min)
INFO    2017-03-03 20:19:41     SAMFileUtil     Sorting /jobfs/local/2814812.r-man2/GRIDSS/test_run.gridss.assembly.bam.gridss.working/gridss.tmp.test_run.gridss.assembly.bam.assembly.chunk17.bam
INFO    2017-03-03 20:19:41     AssemblyEvidenceSource  Starting assembly on chunk 25 (2:1-10000000)
WARNING 2017-03-03 20:35:04     AssemblyFactory Negative deletions not supported by SAM specs. Breakpoint assembly has been converted to breakend. Sanity check failure: this should not be possible for positional assembly.
WARNING 2017-03-03 20:36:05     AssemblyFactory Negative deletions not supported by SAM specs. Breakpoint assembly has been converted to breakend. Sanity check failure: this should not be possible for positional assembly.
INFO    2017-03-03 20:37:05     AssemblyEvidenceSource  Completed assembly on chunk 18 (1:180000001-190000000) in 3531s (58.86 min)
INFO    2017-03-03 20:37:05     SAMFileUtil     Sorting /jobfs/local/2814812.r-man2/GRIDSS/test_run.gridss.assembly.bam.gridss.working/gridss.tmp.test_run.gridss.assembly.bam.assembly.chunk18.bam
INFO    2017-03-03 20:37:05     AssemblyEvidenceSource  Starting assembly on chunk 26 (2:10000001-20000000)

Is this anything to be worried about?

@d-cameron d-cameron self-assigned this Mar 4, 2017
@d-cameron d-cameron added the bug label Mar 4, 2017
@d-cameron
Copy link
Member

Is this anything to be worried about?

I wouldn't think so. All instance of these that I've looked at were misassemblies of low complexity sequence for which the assembly contigs were filtered in a later step anyway.

@mpinese
Copy link
Author

mpinese commented Mar 4, 2017

Good to know, thanks.

@mpinese mpinese closed this as completed Mar 4, 2017
d-cameron added a commit that referenced this issue May 14, 2018
…ey have inconsistent positions.

Fixes #66.
Possibly fixes #129 as well.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants