Skip to content

Commit ce6acdb

Browse files
committed
update readme file to remove submodule docs
1 parent dfa50b6 commit ce6acdb

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

Diff for: .github/workflows/run-bio2rdf-scripts.yml

-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545

4646
- name: Run ${{ matrix.bio2rdf-dataset }} parser
4747
working-directory: ./bio2rdf-scripts
48-
# /home/runner/work/bio2rdf-scripts/bio2rdf-scripts/bio2rdf-scripts
4948
run: |
5049
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
5150
@@ -54,7 +53,6 @@ jobs:
5453
uses: actions/upload-artifact@v1
5554
with:
5655
name: rdf-output
57-
# path: /home/runner/work/bio2rdf-scripts/bio2rdf-scripts/data
5856
path: bio2rdf-scripts/data
5957

6058

Diff for: README.md

-8
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,6 @@ Bio2RDF-scripts
55

66
This Git repository holds all of the RDF converter scripts used to generate Bio2RDF linked data.
77

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-
168
Requirements
179
-------------
1810

0 commit comments

Comments
 (0)