Skip to main content

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.

Troubleshooting

Max retries exceeded with url: / (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:2396)')))

  1. Navigate to your project in Cellenics and manually delete the failed sample
  2. Run step #3 again

This will be fixed when error handling is introduced

Project details


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.4.tar.gz (5.2 kB view hashes)

Uploaded Source

Built Distribution

cellenics_api-0.0.4-py3-none-any.whl (6.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page