For programmatic upload of files to Cellencis
Project description
cellenics-api
About
This python package provides an easy way to create projects and upload samples into Cellenics.
Installation
To install the package execute the following line:
pip install cellenics_api
Usage
In order to use the package you first need to create an account in Cellenics (https://scp.biomage.net/) if you don't have one yet.
Then the package is used in the following way:
import cellenics_api
# 1. Authenticate user and create a connection tunnel with the api
connection = cellenics_api.Connection('email', 'password')
# 2. Create an experiment
experiment_id = connection.create_experiment()
# 3. Upload samples associated with the experiment
connection.upload_samples(experiment_id, 'local/path/to/samples')
Once the upload is complete you can navigate to Cellenics and process your project there.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cellenics_api-0.0.2.tar.gz
(4.9 kB
view hashes)
Built Distribution
Close
Hashes for cellenics_api-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d47b5ccd440507dce9f3604bcaf03d862a5348384dc47e112900a08b279c919 |
|
MD5 | 1073bf31f5e564158f51f18c6d4357e3 |
|
BLAKE2b-256 | 1db8f775baa18fee8729888d0bc0040565aa9cc9383527b65c01fdf391834e08 |