Closed cflerin closed 5 years ago
Hi Chris,
Thank you for your interest in BEELINE and bringing this issue to our attention. I updated the Runner scripts to avoid using RNMethods
in 27c5c6d. Let me know if the issue still persists.
RNMethods
was the name of this repository before we changed it to Beeline
, so the runner scripts should have ideally reflected the same. In any case, the inputPath
variable should not have been dependent on the folder into which the repo was cloned into. So changing it to
inputPath = "data" + str(RunnerObj.inputDir).split(str(Path.cwd()))[1] + ...
in the Runner scripts is more appropriate like you suggested. Sorry for the confusion and hope this helps.
Thanks, -Aditya
Hi,
Thanks for the interesting package and collection of GRN methods! I ran into the following error when trying to run the
eval.py
script on the included sample data:It's not clear to me where
RNMethods
is supposed to come from, but I was able to work around this by changing the inputPath derivation in each of the runner files:The methods appear to be running on the sample data after this change, so I'm not sure if I missed a step somewhere.