A tool to download AP-MS data for Cell Maps pipeline
Project description
Cell Maps for AI PPI Downloader
Downloads protein-protein interaction data
Free software: MIT license
Documentation: https://cellmaps-ppidownloader.readthedocs.io.
Dependencies
Compatibility
Python 3.8+
Installation
git clone https://github.com/idekerlab/cellmaps_ppidownloader
cd cellmaps_ppidownloader
make dist
pip install dist/cellmaps_ppidownloader*whl
Run make command with no arguments to see other build/deploy options including creation of Docker image
make
Output:
clean remove all build, test, coverage and Python artifacts
clean-build remove build artifacts
clean-pyc remove Python file artifacts
clean-test remove test and coverage artifacts
lint check style with flake8
test run tests quickly with the default Python
test-all run tests on every Python version with tox
coverage check code coverage quickly with the default Python
docs generate Sphinx HTML documentation, including API docs
servedocs compile the docs watching for changes
testrelease package and upload a TEST release
release package and upload a release
dist builds source and wheel package
install install the package to the active Python's site-packages
dockerbuild build docker image and store in local repository
dockerpush push image to dockerhub
Needed files
bait list file: TSV file of baits used for AP-MS experiments
edge list file: TSV file of edges for protein interaction network
provenance: file containing provenance information about input files in JSON format (see sample provenance file in examples folder)
Usage
For information invoke cellmaps_ppidownloadercmd.py -h
Example usage
cellmaps_ppidownloadercmd.py ./cellmaps_ppidownloader_outdir --edgelist examples/edgelist.tsv --baitlist examples/baitlist.tsv --provenance examples/provenance.json
Via Docker
Example usage
Coming soon...
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
History
0.1.0 (2023-05-15)
First release on PyPI.
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
Built Distribution
File details
Details for the file cellmaps_ppidownloader-0.1.0a9.tar.gz
.
File metadata
- Download URL: cellmaps_ppidownloader-0.1.0a9.tar.gz
- Upload date:
- Size: 39.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dc721e4efd072ec8b54be9a45114a08da6bdb49f3522dae7b5fa16fde1820588 |
|
MD5 | 8b21c16d54e2be960d00f5648bb9fa70 |
|
BLAKE2b-256 | 93f95cf5b014ff9b6991b6ad7ec1698bf9fe29042275f41bced116a493a07d1c |
File details
Details for the file cellmaps_ppidownloader-0.1.0a9-py2.py3-none-any.whl
.
File metadata
- Download URL: cellmaps_ppidownloader-0.1.0a9-py2.py3-none-any.whl
- Upload date:
- Size: 17.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 741397b004283b554cf961c63b535522448fd852da3bc94b08ae9478e222370b |
|
MD5 | d8bf4587d7b68bff6f31746d73e0bc75 |
|
BLAKE2b-256 | 798f1ab222d46df12611377774cda614ddef6a7fd76b24f331a3e91bb72055f5 |