Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

renaming some files #1

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ bc.summary()

5. Run Docker compose to deploy the knowledge graph. Running the standard
`docker-compose.yaml` configuration will build the graph, import it into Neo4j,
and deploy a Neo4j instance to be accessed on https://localhost:7474. The graph
and deploy a Neo4j instance to be accessed on [https://localhost:7474](http://localhost:7474/browser/). The graph
can then be browsed and queried.

```bash
Expand All @@ -98,7 +98,7 @@ activate TP53?", "Which genes are regulated by transcription factors starting
with 'ZNF'?", or "Which are DNA-binding transcription factors?"

```bash
docker compose -f docker-compose-chatgse.yaml up -d
docker compose -f docker-compose-chatgse.yml up -d
```

To stop the deployment, run
Expand All @@ -110,7 +110,7 @@ docker compose down --volumes
or

```bash
docker compose -f docker-compose-chatgse.yaml down --volumes
docker compose -f docker-compose-chatgse.yml down --volumes
```

Removing the volumes is necessary to ensure a clean deployment when running
Expand Down