-
Notifications
You must be signed in to change notification settings - Fork 0
Add an evidence to an existing association
This tutorial will show you how to use the Nanobench to:
- Publish a biomedical association as a Nanopublication
- Add an evidence to a biomedical association published as a Nanopub
The biomedical associations and evidences uses the BioLink model.
Duration: 10min π
You need to have Java installed (version 1.7 or higher), which you can download here.
- Download the
nanobench.jar
from the latest release on GitHub - Run the jar:
java -jar nanobench.jar -httpPort 37373 -resetExtract
Access at http://localhost:37373
You will need to have maven installed to start the application from the source code.
- Clone the repository
git clone https://github.com/vemonet/nanobench.git
cd nanobench
- Start the Nanobench at http://localhost:37373
mvn clean tomcat7:run
N.B.: a precompiled jar will be provided later.
This step is optional if the association has already been published.
-
Click on the template Defining a biomedical association.
-
Fill the association informations in the template, using autocomplete for:
-
subject
andobject
with the Translator Name Resolver API. -
relation
with the BioLink model through BioPortal search API (only classes available, properties no properly parsed by BioPortal).
-
Use the Nanobench Search page at http://localhost:37373/search to search for an association, e.g. paracetamol
Click on add evidence at the right of the Nanopub URL
Add the evidences information in the prefilled Nanopub template, using autocomplete for ECO codes.