This is a repo dedicated to reporting whether any given service is down. This is done through GitHub actions. Each sticker below is the name of a service and tells you whether the test passed.
To understand what the actual status means, for example the esearch
test, click on the actual status sticker which will bring you to the GitHub Actions page for this repo.
Click on the correct workflow on the left side
Click on the down arrow to expand a section and see what passed. In this example, we are highlighting these two commands and their output.
esearch -db biosample -query "SAMN00860590" > SAMN00860590.xml
cat SAMN00860590.xml
Thus letting you know that the esearch
command with the Eutils API is still running.
See CONTRUBUTING.md