Skip to content
Snippets Groups Projects
Commit 8e92f9b8 authored by Alex Kanitz's avatar Alex Kanitz
Browse files

Update README.md

parent 22eea1b8
No related branches found
No related tags found
1 merge request!8Labkey api
Pipeline #10069 passed
This commit is part of merge request !8. Comments created here will be created in the context of that merge request.
...@@ -2,6 +2,7 @@ In order to connect to the LabKey through API, you will first need to create a f ...@@ -2,6 +2,7 @@ In order to connect to the LabKey through API, you will first need to create a f
```bash ```bash
touch ${HOME}/.netrc touch ${HOME}/.netrc
```
Add the following lines to the file: Add the following lines to the file:
...@@ -35,4 +36,5 @@ Example: ...@@ -35,4 +36,5 @@ Example:
python labkey_api.py TEST_ABOERSCH RNA_Seq_data_template python labkey_api.py TEST_ABOERSCH RNA_Seq_data_template
``` ```
The script outputs the requested LabKey table in the form of a pandas data frame. Right now the script prints a representation of a `pandas` data frame containing the requested LabKey table the the screen.
For further processing the current script could be included in another script, or it could be modified to write out the data in a desired file format (e.g., TSV).
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment