Skip to content
Snippets Groups Projects

Labkey api

Merged BIOPZ-Börsch Anastasiya requested to merge labkey_api into master
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
This is the description how to connect to the LabKey through API:
1. Create a file named ".netrc" in your home directory. This file must include the following three lines:
machine <remote-instance-of-labkey-server>
login <user-email>
password <user-password>
machine "remote-instance-of-labkey-server"
login "user-email"
password "user-password"
E.g.:
Loading