-
Notifications
You must be signed in to change notification settings - Fork 10
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
Segmentation fault on hg38 #7
Comments
… On May 1, 2022, at 6:17 PM, Henry Miller ***@***.***> wrote:
Segmentation fault (core dumped
|
I am not running out of RAM if that is what you are implying. I'm on a machine with 256GB and running G4Hunter doesn't add more than 10GB from baseline. I also do not experience Segmentation faults with any other python programs. |
Hello, im not implying anything. it't the first time i see the segmentation fault on python i usually see it on c++ 1: -s "1.2"=> why " " 2: have you tied to run first the test? do you have segmentation fealt with a test file 3: why the "" in -o "../"? |
Thank you for looking into this! Here are my responses to your questions:
~$ python2 G4Hunter.py -i Mitochondria_NC_012920_1.fasta -o ../ -w 25 -s 1.2
true Results_Mitochondria_NC_012920_1
Re-evaluation of G-quadruplex propensity with G4Hunter
#####################################
# New Results directory Created #
#####################################
Input file: Mitochondria_NC_012920_1
Results files and Score Figure are created in:
../ / Results_Mitochondria_NC_012920_1 /
|
it better if you create a folder inside your ../ and send the results there try another genome from your collection |
It worked when applied to just Chr1 from UCSC hg38: ~$ python2 G4Hunter.py -i chr1.fa -o ../ -w 25 -s 1.2
########################################################################
# Results directory Created #
########################################################################
Input file: chr1
Results files and Score Figure are created in:
../ / Results_chr1 /
Unsure of why it would fail on the whole genome then. |
After working with this for a bit, I am still getting intermittent segfaults -- still unsure of why though. |
sorry for the delay. |
Hello -- I am having trouble using G4Hunter on the hg38 FASTA from UCSC.
It starts fine, but after about ~10 minutes, it crashes with a
Segmentation fault
:The text was updated successfully, but these errors were encountered: