Open shahanderkarabetian opened 3 years ago
Hello, I met the same problem.
Can you tell me if you have found a solution? thanks a lot
@pjweggy
@Somnous1998 Here's what I figured out. I think you just cannot run that script as a standalone. My goal was to use that script on my training data set to make input files for custom model creation. What I ended up doing was running (what would be my) training data set against the provided default data set (All), then took the output files of my data set from that analysis and used it as input for creating the model.
@Somnous1998 Here's what I figured out. I think you just cannot run that script as a standalone. My goal was to use that script on my training data set to make input files for custom model creation. What I ended up doing was running (what would be my) training data set against the provided default data set (All), then took the output files of my data set from that analysis and used it as input for creating the model.
Hi! Thanks for your advice.I tried your suggestion.But a new problem has arisen. Do you have any suggestion? Very grateful for your help. @pjweggy
I think I got that error because a few loci did not have enough variation(?) in them, or some other issue with individual loci. Either way, I had to figure out which loci were producing the error, and removing those loci fixed it. I'm not sure how many loci you have, but try running it on the first 10 or so and see if you still get the error. Also make sure you have at least one sample per defined population in every locus.
Hello,
I'm trying to get the CollectSumStat.py script to run, and I am having issues. When running it on the provided example test_seq.txt file, I get the following error:
Any thoughts on what the issue is? Thanks