You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -761,7 +761,7 @@ For a given gene, this service gets from the String database a list of genes and
761
761
762
762
Service that takes gene symbol and returns a link to <https://go.drugbank.com> with all the drugs that upregulate and down regulate its expresion. Useful for embeding.
763
763
764
-
- URL: drugs-regulating-gene/*gene_id*
764
+
- URL: /drugs-regulating-gene/*gene_id*
765
765
- `gene_id` is the identifier of the gene.
766
766
- Method: GET
767
767
- Params: -
@@ -800,7 +800,7 @@ All kind of contribution is welcome! If you want to contribute just:
800
800
### Run Flask dev server
801
801
802
802
1. Start up Docker services like MongoDB: `docker compose -f docker-compose.dev.yml up -d`.
803
-
2. Go to the `bioapi` folder.
803
+
2. Go to the `bio-api` folder.
804
804
3. Run Flask server: `python3 bioapi.py`.
805
805
806
806
**NOTE:** If you are looking for documentation for a production deployment see [DEPLOYING.md](DEPLOYING.md).
0 commit comments