research-software-ecosystem / utils

This repo consists of utility scripts and ecosystem maintenance tools
MIT License
3 stars 7 forks source link

Added support for importing from sandbox server #8

Closed hansioan closed 2 years ago

hansioan commented 2 years ago

The biotools-import python script import.py is able to import tools from https://ecosystem.bio.tools , rather than from main https://bio.tools

By default import.py works the same.

In order to import from ecosystem.bio.tools (aka sandbox server) we can run:

python import.py --sandbox

hansioan commented 2 years ago

Actually this might be too hard to get it to work in an easy way because we need to change the action.yml file to run the python ${{ github.action_path }}/import.py --sandbox which would require passing some extra parameters, so it's probably best to make another folder called biotools-sandbox-import or something like that and use that for the sandbox.

So closing the PR...