Skip to content

icgc-dcc/icgconnect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This library contains Python functions to send and access accessible data from Collaboratory and EGA servers. The functions in the library contain wrapper to EGA and Collaboratory API.

How to Install

Make sure that you have python 2.7 and pip (https://pypi.python.org/pypi/pip) installed.

Clone this repository and install the package using pip:

$ git clone https://github.com/icgc-dcc/icgconnect.git
$ cd icgconnect
$ pip install .

ICGConnect contains many helpful functions to communicate with different servers:

Help

You can access the list of functions and definitions using pydoc - https://docs.python.org/2/library/pydoc.html

EGA

Wrapper functions for EGA submission and downloand API

EGA Submission

pydoc icgconnect.ega.submission

EGA Download

pydoc icgconnect.ega.download

Collaboratory

pydoc icgconnect.ega.collab

Amazon S3 (AWS)

pydoc icgconnect.aws

ICGC

pydoc icgconnect.icgc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages