Skip to content

Commit 80e2eb5

Browse files
committed
readme
1 parent 0a5a6fa commit 80e2eb5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.org

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ KVFinder-web service is a RESTful web service that runs [[https://github.com/LBC
1414

1515
We provide a publicly available KVFinder-web service (http://parkvfinder.cnpem.br), running in a Cloud environment, that has some limitations compared to parKVFinder local installation, which are stated on the [[https://lbc-lnbio.github.io/KVFinder-web][documentation]]. Hence, users may opt to run jobs on our public KVFinder-web service or on a locally configured server.
1616

17-
** Local install
17+
** Local installation
1818

1919
To run this web service in linux distributions it is necessary to install docker-compose and its dependencies. In Debian/Ubuntu and derivatives, execute:
2020

@@ -132,7 +132,7 @@ Example of job request:
132132
#+end_src
133133

134134

135-
*** Request a result
135+
*** Request a job result
136136

137137
*GET /:id*
138138

@@ -141,7 +141,7 @@ Example of job request:
141141

142142
Where *:id* is the job id received from the server as submission response.
143143

144-
Example of response obtained for a job with status "completed".
144+
Example of response obtained for a job with status "completed":
145145

146146
#+begin_src json
147147
{
@@ -196,4 +196,3 @@ Documentation are available at https://lbc-lnbio.github.io/KVFinder-web.
196196

197197
The software is licensed under the terms of the Apache-2.0 License and is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Apache-2.0 License for more details.
198198

199-
---

0 commit comments

Comments
 (0)