We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06a9dc6 commit 7164947Copy full SHA for 7164947
.github/workflows/run-bio2rdf-scripts.yml
@@ -57,7 +57,7 @@ jobs:
57
- name: Run ${{ matrix.bio2rdf-dataset }} parser
58
working-directory: ./bio2rdf-scripts
59
# env:
60
- # APIKEY: ${{ secrets.NCBO_API_KEY }}
+ # NCBO_API_KEY: ${{ secrets.NCBO_API_KEY }}
61
run: |
62
php runparser.php parser=${{ matrix.bio2rdf-dataset }} download=true files=GO indir=data/download/${{ matrix.bio2rdf-dataset }}/ outdir=data/rdf/${{ matrix.bio2rdf-dataset }}/ registry_dir=registry ncbo_api_key=${{ secrets.NCBO_API_KEY }}
63
0 commit comments