This repository contains scripts and tools which can be used to manage and/or work with data stored in a LabKey Server.
The scripts and tools that you find here are either in development or have not yet been merged into the LabKey Server subversion repository (more information)
Located in the /python folder
The LabKey Server Python API provides ways for you to access the data in your LabKey Server programmatically with Python. The LabKey Server Python API does not cover all the functionality of the LabKey Server. These scripts will provide examples for working the LabKey Server Python API and sample scripts for interacting with your LabKey Server in ways not currently covered by the API.
- upload_file.py: Use this script to upload a file to your LabKey Server using WEBDAV.
- Before using the script, goto the Variables section of the script and change the URL, Project and Folder Path to point to your LabKey Server.
- Requires the Poster package
- This script is not officially supported by LabKey.
- download_study_archive: Use this script to create a Study Archive and download the resulting archive to your computer.
- Before using the script, goto the Variables section of the script and change the URL, Project and Folder Path to point to your LabKey Server.
- Requires the Poster package
- This script is not officially supported by LabKey.
If you need support using these scripts/tools or for the LabKey Server in general, please post message to LabKey Server Community Forum. Or send me a message on twitter(@bdconnolly).