The standard list of Python packages that are available in Tinker SANE can be found here: https://gitlab.com/rsc-surf-nl/co-create-plugins/sane-tinker-python-packages/-/raw/main/requirements.txt
To replace this list of Python packages in the Tinker SANE environments you (as the data provider) need to follow the following steps:
- Go to the SURF Research Cloud portal and log in
- Click on the dropdown item Development in the menu bar and click Catalog items
- Search for the SANE Tinker application and click on Edit
- Continue the Editing wizard until you reach the Parameters step
- Go to the "REQ_URL" parameter and select Overwrite from the dropdown list
- Fill in a URL that leads to a requirements.txt file in the "New parameter value" field and press "Continue"
Make sure that this leads to a text file and not a webpage to a Github repository for example! You can check this by going to the URL in your browser. Compare it with what you get when you go to the default requirements.txt file. - Finalize the workspace wizard and let the researcher(s) in your CO know that the Python packages are available in the new Tinker SANE environments they create.


