File tree 2 files changed +0
-10
lines changed
2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 45
45
46
46
- name : Run ${{ matrix.bio2rdf-dataset }} parser
47
47
working-directory : ./bio2rdf-scripts
48
- # /home/runner/work/bio2rdf-scripts/bio2rdf-scripts/bio2rdf-scripts
49
48
run : |
50
49
php runparser.php parser=${{ matrix.bio2rdf-dataset }} download=true files=all indir=data/download/${{ matrix.bio2rdf-dataset }}/ outdir=data/rdf/${{ matrix.bio2rdf-dataset }}/ registry_dir=registry
51
50
54
53
uses : actions/upload-artifact@v1
55
54
with :
56
55
name : rdf-output
57
- # path: /home/runner/work/bio2rdf-scripts/bio2rdf-scripts/data
58
56
path : bio2rdf-scripts/data
59
57
60
58
Original file line number Diff line number Diff line change @@ -5,14 +5,6 @@ Bio2RDF-scripts
5
5
6
6
This Git repository holds all of the RDF converter scripts used to generate Bio2RDF linked data.
7
7
8
- ## Clone
9
-
10
- Clone with the [ ` php-lib ` ] ( https://github.com/micheldumontier/php-lib ) submodule:
11
-
12
- ``` bash
13
- git clone --recursive https://github.com/bio2rdf/bio2rdf-scripts.git
14
- ```
15
-
16
8
Requirements
17
9
-------------
18
10
You can’t perform that action at this time.
0 commit comments