Skip to content

snail123815/pybioinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyBioinfo

A Python toolkit for bioinformatics analysis workflows.

Python Tests codecov

Features

  • RNA-Seq analysis pipeline
  • ChIP-Seq processing tools
  • Genome annotation utilities
  • Sequence manipulation tools
  • Wrappers for popular bioinformatics tools:
    • Bowtie2
    • featureCounts
    • antiSMASH
    • BigScape
    • MASH

Installation

# Clone the repository
git clone https://github.com/snail123815/pybioinfo.git
cd pybioinfo

# Install dependencies
pip install -r requirements.txt

Usage Examples

RNA-Seq Analysis

python rnaSeq_raw_to_counts.py --raw path/to/reads/*.fastq.gz --out results/ --gbk genome.gbk --isPe --ncpu 4

See RNA-Seq documentation for more details.

antiSMASH Analysis

python run_antismash.py path/to/genomes/*.gbk --completeness 2 --threads 4

Module Coverage

Module Coverage
bio_sequences Coverage
wrappers Coverage
basic Coverage

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Scripts to be used as a bioinformatician, currently in microbiology field.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages