A collection of objects and functions to work with calling cards sequencing tools
Project description
callingCardsTools
Introduction
CallingCardsTools
Provides both an API and a number of cmd line tools
for processing raw Calling Cards data. This is used in the
nf-core/callingcards pipeline,
which provides a workflow to process both yeast and mammals Calling Cards data.
Documentation
Served Documentation provides information on filetypes and the API. For help with the cmd line tools, simply install callingcardstools (see below) and do:
callingcardstools --help
Each of the cmd line tools also provides a --help
message.
Installation
callingCardsTools is available through bioconda:
conda install -c bioconda callingcardstools
pypi:
pip install callingcardstools
or github (this will be the most current version):
pip install git+https://github.com/cmatkhan/callingCardsTools.git
After installing, you can get help with the cmd line tools by doing:
callingcardstools --help
Callingcardstools is containerized:
-
A singularity container is hosted on Galaxyhub. If you go to this site, make sure the 'c's have loaded and then search for 'callingcardstools'. There is a container for each version which is on bioconda. Make sure you get the correct version.
-
A docker container is hosted on quay (and biocontainers). Again, make sure you get the correct version.
Development Installation
- install poetry
- I prefer to set the default location of the virtual environment to the
project directory. You can set that as a global configuration for your
poetry installation like so:
poetry config virtualenvs.in-project true
-
git clone the repo
-
cd into the repo and issue the command
poetry install
-
shell into the virtual environment with
poetry shell
-
you can
pip install -e .
to install the package in editable mode. This is useful if you want to test the cmd line interface as you make changes to the source code.
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 callingcardstools-1.7.2.tar.gz
.
File metadata
- Download URL: callingcardstools-1.7.2.tar.gz
- Upload date:
- Size: 67.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.11.9 Linux/6.5.0-1027-oem
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6e7ab8ca8ec454c916a67655940e5602300f2b2d0cefaa98462d8ef728a179cd |
|
MD5 | 0c283a6c93f4a28b67ca3d52d542fa39 |
|
BLAKE2b-256 | 3186f7f55cf6b3161a5383d7d8bf5d545be9a0fd3d1c05ca0ed245d8ca374a7c |
File details
Details for the file callingcardstools-1.7.2-py3-none-any.whl
.
File metadata
- Download URL: callingcardstools-1.7.2-py3-none-any.whl
- Upload date:
- Size: 93.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.11.9 Linux/6.5.0-1027-oem
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dd2164657e6e614c3f94925d826a44f7e984987a70888fe22914b16b7c697251 |
|
MD5 | bf766da4e8431894c16864ffab9a2a44 |
|
BLAKE2b-256 | 14c264971b67363064ff9e52ce9a861bb8bab773eb8e5941652a611ae6236920 |