-
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 in analysing virus data #4
Comments
Hi, Best. |
Dear, |
Hi, |
Hi, i'm facing a similar problem as "capemaster", just that in my case i first get a set of SegmentationFaults I assume they come form a compiled C program that dec.py calls. More interestingly after A SET of SegmentationFaults (number of which appears to vary with window size: smaller window, more SegFaults i get), the program then terminates with the same error message as with capemaster. Also my dec.log ends the same as his. Any ideas what's going on and how to fix it? Thanks in advance! (Using Linux mint 17 - same as Ubuntu, installed gsl via the apt-get method) |
Hi, |
Hi, I just tried with more suitable data ... (Higher coverage and so on...) I was still getting the same error, then I shortened the window size and restricted the region of interest (ROI) and it worked out well ... I suppose the uncovered parts were problematic. Whenever a region with coverage of about 10 (maybe somewhat higher - it's an over the thumb estimate) or less is present in the ROI, shorah will throw me a segfault and later the error that "capemaster" shows. Do you have it written down somewhere what min coverage of a region shorah will accept? Thanks and best regards, Tomaž |
Hi. Keep also in mind that global hapotype reconstruction is hard, it makes little sense if the coverage is so low, and other tools are better suited (Quasirecomb, Haplotyper, PredictHaplo). Give also a look at this paper. |
Hi again, the overall coverage is much higher (between 200 and 2000), the sequence however is rather long (~190kb) and contains repeats; the regions with lower coverage are identical sequential repeats, that got piled up in region ie. 1000-1500 but not in 1500-2000 ; there is a pretty harsh overmapping one part of the repeats and an undermapping in the second part. This is why such low coverage. Thank you for the paper suggestions; will read. Best, T |
190 kb is way too long. Repeats don't make me feel better, also. These methods work under the assumption of uniformly spread variation, such that every region covered by a read length will display some variant. |
Yes it it farfetched; so far the pipeline is working on a repeat-masked version... Most likely I will see a certain degree of nonsense soon enough... :) Also, based on the vcf I expect to see 2 to 16 major variants. I want to see what shorah will produce and if it makes no sense whatsoever, i will use an alternative strategy... |
* [Added] Restructered doc and b2w interface * [Added] argparse for b2w * [Changed] Pytest parametrized by different b2w inputs; Old b2w version used to generate test data * [Changed] Restructed testing for more general test sets * [Added] tiling strategy class * [Fixed] tests path * [Added] Additional test data set [Fixed] Numerous bugs in b2w * [Added] Impl of maximum_reads * [Added] Impl for minimum_reads
* BREAKING CHANGE(argprase): sampler has to be called with flag (default: vanilla shorah) * fix(logging): removed print * fix(tests): shotgun e2e works again, issue with dirisampler number of interations j * fix(cli): error if illegal arg combination * docs: fix cli instrc
Hi,
this is the error i get from the terminal:
The tail of the dec.log is reported.
I got the same error in many platforms.
I successully analysed another sample created in the way.
What is going on?
The text was updated successfully, but these errors were encountered: