Closed dleopold closed 7 years ago
Thanks for this report. I'm a bit confused right now as I can run the following code without error:
from atropos.util import RandomMatchProbability
f = RandomMatchProbability()
f.factorial(10000)
I will try out your test files to see if I can reproduce the error. In the meantime, can you provide details on your computer and OS?
Also please provide the full command you used to run atropos. Thanks
The full command should be at the top of my first post and I am running Linux Mint 18.2 on a Dell Precision 5510.
FYI - I tried this out on a clean install of linux mint on a new hard drive in this same laptop and I get the same error message.
Thanks for following up on this. I'll get it figured out tomorrow.
On Tue, Sep 12, 2017 at 5:20 PM, dleopold notifications@github.com wrote:
FYI - I tried this out on a clean install of linux mint on a new hard drive in this same laptop and I get the same error message.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/jdidion/atropos/issues/37#issuecomment-328987725, or mute the thread https://github.com/notifications/unsubscribe-auth/AAHrnu7RWyNt08vGfMWg2IJnnTIbTFGWks5shvWcgaJpZM4PRaqB .
I am getting an error that seems to be related to calculating a large factorial (see overflow error in output below) probably due to the long inserts in the 2X300 bp data I am testing. This only occurs when I use the --aligner insert method, which also suggests it is a problem with calculating the probability for the long overlaps. In addition, if I trim 150 off each read (for example, using u -150 -U 150) the program runs. The untrimmed reads do not cause a problem when I use SeqPurge. I will include an example of some paired read files causing this problem.
Test_R1_001.fastq.gz Test_R2_001.fastq.gz