For the endpoint curveball, an .exe file is created by conda convert and put in Scripts, but the .bat file is the ones that should be used. The problem is that the .exe files is hiding the .bat file.
This occurred on two PCs in Pilpel lab with version v0.2.0.
On my PC, only the .exe exists, but I did not install with the package that was created by conda convert on Travis-CI.
I checked the tar.bz2 files on Anaconda, there was no exe file.
I think that the exe file was on the Pilpel PCs because Curveball was previously installed with pip/setup.py.
Closing this.
For the endpoint
curveball
, an.exe
file is created byconda convert
and put inScripts
, but the.bat
file is the ones that should be used. The problem is that the.exe
files is hiding the.bat
file. This occurred on two PCs in Pilpel lab with versionv0.2.0
.On my PC, only the
.exe
exists, but I did not install with the package that was created byconda convert
on Travis-CI.