----------------------------------------
I don't know how to deal with it,Do you know?
Thank you.
ZXT
I am encountering the same issue. Have you identified the problem?
Thanks!
--
You received this message because you are subscribed to the Google Groups "DaPars" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dapars+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I had downloaded from github version 0.9.1 which I thought was the newest version (https://github.com/ZhengXia/dapars/releases/download/v0.9.1/dapars_0.9.1.zip) but had to correct that line as well.
I also had the following issue:
File "/data/apps/python/2.7.15/lib/python2.7/site-packages/rpy2/robjects/packages.py", line 214, in __fil$
raise LibraryError(msg)
$thon symbol (format.perc -> format_perc while there is already format_perc)
which was corrected with the following in DaPars_main.py:
##Filtering
stats = importr('stats', robject_translations = {"format.perc": "format_perc2"})