Open kavazquez opened 2 years ago
Hi, I ran into the same error while trying to run hPSMC. Did you fix it?
Hi, I realized I shouldn't use the haplotigs file, I used the raw reads instead to be able to estimate sequencing depth. After doing that, I could produce a complete *.psmc file
I ran into this issue too. My fasta was interleaved and I converted it to sequential instead, which worked.
Hello,
I am trying to run PSMC with HiFi data. I aligned the haplotigs file to the primary (de novo) assembly to create a consensus file, which is the one I use to run the PSMC. But I've tried in a server and locally and I get the same error message
Segmentation fault (core dumped)
I don't know If this error comes from the program, the data or the computer resources. Before the run crashes, I get an output file but it looks like it's not complete, it cointains the following information:This is the code I use
./psmc/psmc -N25 -t15 -r5 -p "4+25*2+4+6" -o A.psmc A-consensus.fa
I'd appreciate any information about this issue.
Thanks a lot! Karina