You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tested the web based implementation of QGRS for the following sequence (default parameters):
GGGCTGGGGGCTGGGGGCTGGGGGCTGGGGGCTGGGGGCTGGGGGCTGGGGGCTGGAGGCTGGGGGCTGG
I get as output 2 sequences starting at positions 6 and 35.
Then I tested it with the C++ implementation (default parameters) and I just got one hit:
1 5 12 19 26 5 96 GGGGGCTGGGGGCTGGGGGCTGGGGG
Why these differences?
Also, if I extend this sequence to something larger (1 kb) and full of G4s, it takes almost 4 hours to run (with no overlap)...
Could you please help me?
Thanks
The text was updated successfully, but these errors were encountered:
I'm trying to run this across a 876Mb Genome and Im getting a Core Dump.
Is this too big of an input file?
./qgrs -csv -i /JL_No_Ns.fasta -o G-quadraplex_JLion_NoN.csv
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
Aborted (core dumped)
I have tested the web based implementation of QGRS for the following sequence (default parameters):
GGGCTGGGGGCTGGGGGCTGGGGGCTGGGGGCTGGGGGCTGGGGGCTGGGGGCTGGAGGCTGGGGGCTGG
I get as output 2 sequences starting at positions 6 and 35.
Then I tested it with the C++ implementation (default parameters) and I just got one hit:
1 5 12 19 26 5 96 GGGGGCTGGGGGCTGGGGGCTGGGGG
Why these differences?
Also, if I extend this sequence to something larger (1 kb) and full of G4s, it takes almost 4 hours to run (with no overlap)...
Could you please help me?
Thanks
The text was updated successfully, but these errors were encountered: