-
Notifications
You must be signed in to change notification settings - Fork 27
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
help: Error: Specified locus does not appear to be the starting point for kmer #22
Comments
Thank you for your interest in MANTIS. I have a few questions to further narrow this down:
|
Hi,
I'll try with the newest mantis. thanks! |
How critical is using python3? it's taking me longer than expected to get the dependencies installed for py3. cheers |
Not critical at all, MANTIS will also run with Python 2. |
Hello @drmjc, do you have any further questions regarding this issue? |
thanks for the reminder. I will reinspect this after grants are submitted in a couple of weeks. |
Hi all, I ran into this same issue using bedtools intersect without the -wa flag, and saw in another post that @rbonneville recommended this flag. Once I used the recommended bedtools command, I stopped getting the error. So instead of: The command should be: |
Hopefully this helps someone. Can you put this detail in the documentation please? |
Hi,
I was hoping you could help me to resolve some errors I'm having with running mantis. I'm getting thousands of these messages (almost one per bed entry):
Following the workflow below, the intervals in the BED file started 1bp before the repeat, so I bumped them up by 1, but got the same errors.
The program still seems to run fairly happily though, and with slightly different scores from the 2 BED files (both being unstable in a moderate/high TMB tumour with a suspicious germline MSH6 variant).
Is it my BED (https://gist.github.com/drmjc/d62d9705b4ad7d6909cfb7b622c9d4d6), or something else?
Thanks for looking into this,
Mark
The mantis bedfile was created as per the following:
bedtools intersect
with the 3 column bed file from step 1, was then used to narrow down the whole genome bed to include ~2700 sites in thecoding region containing microsatellites. This new file remained in the required format for MANTIS.
Code:
The text was updated successfully, but these errors were encountered: