Closed hansioan closed 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...
The biotools-import python script
import.py
is able to import tools from https://ecosystem.bio.tools , rather than from main https://bio.toolsBy default
import.py
works the same.In order to import from ecosystem.bio.tools (aka
sandbox server
) we can run:python import.py --sandbox