Skip to main content

A python package for iprox

Project description

Introduction

iprox is an integrated proteome resources center in China, which is built to accelerate the worldwide data sharing in proteomics.

iproxpy is an unofficial Python package for data queries and downloads of iprox database.

Home Page

https://github.com/phage-GP/iproxpy/

Dependencies

aspera-cli

conda install -c hcc aspera-cli

Useage

Installation

pip install iproxpy

Example

import iproxpy

identifier = 'PXD043774'
URL = f'https://www.iprox.cn/proxi/datasets/{identifier}'
file_url_list = iproxpy.get_file_urls(URL,identifier=identifier)
iproxpy.download(file_url_list[0],engine = 'aspera',path='~/')
iproxpy.batch_download(file_url_list[:4],
                engine = 'aspera',
                path='~/',
                processes_num=4)

Refs

https://www.iprox.cn/page/helpApi.html

https://www.ibm.com/docs/en/ahts/4.4?topic=line-ascp-command-reference

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

iproxpy-1.0.9.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

iproxpy-1.0.9-py3-none-any.whl (3.8 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