You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for providing this tool. An alternate installation procedure does not require git. It consists in downloading the ZIP file of the current master branch (https://github.com/sysbio-curie/Roma/archive/master.zip) and decompressing it. This would ease the use under Windows, although it still require the installation of a Java environment.
Under Linux, the steps are:
# Download and uncompress
wget https://github.com/sysbio-curie/Roma/archive/master.zip
unzip master.zip
cd Roma-master/
# Compile and run
ant jar
java -jar roma_v1.0.jar
Best
The text was updated successfully, but these errors were encountered:
Thanks for providing this tool. An alternate installation procedure does not require git. It consists in downloading the ZIP file of the current master branch (https://github.com/sysbio-curie/Roma/archive/master.zip) and decompressing it. This would ease the use under Windows, although it still require the installation of a Java environment.
Under Linux, the steps are:
Best
The text was updated successfully, but these errors were encountered: