Open drmjc opened 6 years ago
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. cheers
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:
bedtools intersect -a genome_RepeatFinder_fixed.bed -b mSINGS_TCGA.bed > hs37d5_microsatellites.bed
The command should be:
bedtools intersect -a genome_RepeatFinder_fixed.bed -b mSINGS_TCGA.bed -wa > hs37d5_microsatellites.bed
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 the coding region containing microsatellites. This new file remained in the required format for MANTIS.Code: