Skip to content

Tools and scripts to make using our SAGA compute cluster easier

License

Notifications You must be signed in to change notification settings

isi-vista/saga-tools

Repository files navigation

  • TODO: By default the build badge is for Travis CI. There is a commented example of an Appveyor CI badge you can use instead.
  • TODO: Add codecov token to .travis.yml

Build status codecov

Documentation

To generate documentation:

cd docs
make html

The docs will be under docs/_build/html

Project Setup

  1. Create a Python 3.6 Anaconda environment (or your favorite other means of creating a virtual environment): conda create --name saga_tools python=3.6 followed by conda activate saga_tools.
  2. pip install -r requirements.txt

Contributing

Run make precommit before commiting.

If you are using PyCharm, please set your docstring format to "Google" and your unit test runner to "PyTest" in Preferences | Tools | Python Integrated Tools.

About

Tools and scripts to make using our SAGA compute cluster easier

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published