Open cathy-y opened 3 months ago
I cannot reproduce your the problem based on the sample files you provided. One thing that might help is to replace space with tab as the code splits the input files using tabs (\t) rather than space (or white space).
If that doesn't work, can you de-identify mutation information (replace chr_loci with generic s1, s2, etc) and send me the input files? You can email them to me at s2jun.uw AT gmail.com or to seonghwan_jun AT urmc.rochester.edu.
When I try to run the command
python3 ../scripts/RunInference.py 1234 bulk.txt sc.txt sc_hp.txt ~/out --local
from within the PhylEx folder, I get the error:libc++abi: terminating due to uncaught exception of type std::invalid_argument: stod: no conversion ./../scripts/RunInference.sh: line 14: 99275 Abort trap: 6 ./run -c ${CONFIG_FILE}
Here are the first five lines for my bulk input:
For my single-cell input:
For my hyperparameters file:
I am running the program from a Mac with an M1 chip, and installed PhylEx successfully using the instructions in the README. Please let me know if you have any additional questions, and thank you in advance!