Skip to main content

Bioinformatic toolkit with python (It's still under development!)

Project description

BioinformaticAnalysisTools

Introduction

A python command line toolkit for Bioinformatics and data science!

<under development>

Installation

pip install --upgrade bioat

usage

# list commands
bioat list
# check version
bioat version
# check information about bioat
bioat about

# example usage
bioat bam remove_clip --help
samtools view -h test_sorted_n.bam | bioat bam remove_clip | tail

known trouble

  • You should run bioat in a rosetta env while using Apple M Silicon-Arm64 (M1/M2) because that one dependent package pysam do not support this platform now. See below to use a rosetta env created by conda.
# create rosetta env
CONDA_SUBDIR=osx-64 conda create -n rosetta python
conda activate rosetta
# in rosetta env
python -c "import platform;print(platform.machine())"  # should print “x86_64”
conda env config vars set CONDA_SUBDIR=osx-64
conda deactivate      # need reactivate rosetta env to enable this var
conda activate rosetta
# now you can do this in this env
pip install --upgrade bioat
bioat version

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

bioat-0.1.4.1.tar.gz (14.7 kB view hashes)

Uploaded Source

Built Distribution

bioat-0.1.4.1-py3-none-any.whl (17.3 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