rstoolbox.utils.make_rosetta_app_path

rstoolbox.utils.make_rosetta_app_path(application)

Provided the expected Rosetta application, add path and suffix.

Note

Depends on rosetta.path and rosetta.compilation, if the filename does not exist.

Parameters:

application (str) – Name of the application to call.

Returns:

str

Raise:
IOError:If the final path created does not exist.