Skip to content

Wrapper python for Eterna 3.30. This python code provides a simple interface to run the eterna prediction windows .exe

License

Notifications You must be signed in to change notification settings

lucamir/eterna_wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wrapper python for Eterna 3.30.

This Python script provides a simple interface for running the Eterna prediction Windows .exe file.

To use this wrapper, the contents of this repository must be placed under the C:\\ path. Additionally, rename the main folder from eterna_wrapper to eterna33.

Once the files are in the correct location, open a terminal window and run the following command:

Note: This code has also been tested on Ubuntu with Wine installed!

For Ubuntu, the only difference is the path where the folder needs to be placed. Instead of placing it under C:\\, it should go under /home/user/.wine/drive_c/. Refer to the Wine documentation to determine the correct location of the C:\\ equivalent folder.

Command to Run the Prediction Script

Full command syntax:

python3 .\main.py --sitename=PARIS --startdate=01/01/2024 --enddate=10/01/2024 --samplerate=10

Or in shorthand form:

python3 .\main.py -s PARIS -sd 01/01/2024 -ed 10/01/2024 -sr=10

Note: Ensure you have the sites folder set up. An example sites folder is included in this repository. You will need to configure the parameters according to your use case, similar to how you would use the stock Eterna tool.

Releases

No releases published

Packages

No packages published

Languages