{% extends "popularity/base.html"%} {% block css %} {{ block.super }} {% endblock css %} {% block sub_title %} {{ block.super }}

Popularity utilities

{% endblock sub_title %} {% block body_content %} {{block.super}}
Popularity client script
Description The script provide access to the Popularity API performing sso_auth and sso_request.
It is based on X509_USER_KEY X509_USER_CERT SSO authentication.
Can be used it also wo/ grid env, justneed the usercert and userpem files in $HOME/.globus.

Usage:
python popularityCLI.py <API Name> <OutputFIle>

e.g
python popularityCLI.py popularity/getCorruptedFiles myOutput.json
Link Donwload HERE
{% endblock body_content%}