cash in on expressed barcode tags
Project description
Pycashier
Tool for extracting and processing DNA barcode tags from Illumina sequencing.
Default parameters are designed for use by the Brock Lab to process data generated from ClonMapper lineage tracing experiments, but is extensible to other similarly designed tools.
Documentation
See the documentation for more in-depth installation and usage instructions.
Getting Started
Installation
Conda
You may use
conda,
mamba, or
micromamba
to install pycashier
and it's runtime dependencies.
micromamba install bioconda::cutadapt bioconda::fastp bioconda::pysam bioconda::starcode conda-forge::pycashier
You can also use the included env.yml
to create your environment and install everything you need.
wget https://raw.githubusercontent.com/brocklab/pycashier/main/conda/env.yml
micromamba create -f env.yml
micromamba activate cashierenv
Additionally, you may use pixi
to install and use pycashier.
pixi init --channel conda-forge --channel bioconda myproject
cd myproject
pixi add pycashier starcode pysam cutadapt fastp
pixi shell
Docker
If you prefer to use use docker
you can use the below command.
docker run --rm -it -v $PWD:/data -u $(id -u):$(id -g) ghcr.io/brocklab/pycashier
[!NOTE] You should specify a version tag with the image for better reproducibility for example,
ghrc.io/brocklab/pycashier:v2024.1001
.
Usage
To extract barcodes from targeted sequencing data:
pycashier extract -i fastqs -o outs
To combine data from multiple samples and compute basic overlap metrics:
pycashier receipt -i outs -o combined.tsv
See pycashier --help
and pycashier SUBCMD --help
for additional subcommands and options.
Pycashier
is open source and licensed under the MIT License.
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 pycashier-2024.1007.tar.gz
.
File metadata
- Download URL: pycashier-2024.1007.tar.gz
- Upload date:
- Size: 268.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 67c0353801aea6fcf47772df885cc1bfa3197f5bab2bd0d7d01867b6d5f7cfec |
|
MD5 | f59bcfc84a25a073b6cd6f83761223ae |
|
BLAKE2b-256 | 59bae96c40f555c45e5a795d4234a78836fc2d4e245c580c85317f1c13e1aeff |
File details
Details for the file pycashier-2024.1007-py3-none-any.whl
.
File metadata
- Download URL: pycashier-2024.1007-py3-none-any.whl
- Upload date:
- Size: 27.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 03f8a864ab9feadaa61aead11362d189989ea3b53101ce385a6c1059ad334dab |
|
MD5 | a48d4eb930a5381cedff7e3323b81194 |
|
BLAKE2b-256 | 496222330b4f08b3f3ac0a36a2d1a3c3ac2e40bab76f9cbac00efb9aa229e079 |