Closed Eric0627 closed 1 year ago
Thank you for reporting the problem. The bulk data doesn't seem to have any variability across generated regions. Can you send me the options you used to simulate the data?
You will need to replace space with tab (\t) as the delimiter in your sc_hp.txt
. Sorry for the confusion -- it seems the example code was also using space instead of tab.
I noticed that in your bulk.txt
, there are some copy numbers where the major copy number < minor copy number. You will need to correct that as well.
I hope this helps. Please let me know if you run into any problems after fixing the above issues.
Thanks a lot for your help. The problem has been solved.
Hello,
I simulated bulk.txt and sc.txt and used the provided script to generate hyperparameters. However, when I run
RunInference.py
with default parameters, it returns./RunInference.sh: line 14: 22861 Segmentation fault ./run -c ${CONFIG_FILE}
. My simulated input files are as follows:bulk.txt
sc.txt
sc_hp.txt
Thanks for your help in advance.