Code Monkey home page Code Monkey logo

phunky's Introduction

Phunky

Long read assembly for phages: Phage pipeline Figure 1: Rough phage assembly pipeline, dotted line indicates where processing begins.

Python

Install dependencies

  1. Download the yml environment file:
wget https://anaconda.org/JoshIszatt/phunky/2024.05.24.145220/download/phunky.yml
  1. Create the environment
conda env create --file phunky.yml
  1. Activate the environment:
conda activate phunky
  1. Install phunky pipeline:
pip install phunky
  1. Optional: Setup the checkv database
checkv download_database /path/to/checkv-db
export CHECKVDB=/path/to/checkv-db

Usage

Open a python terminal and enter:

import phunky
dir(phunky)

Quick phage assembly:

import phunky

phunky.assembly_pipeline('example_reads.bam', 'output_directory/')

Batch phage assembly:

import phunky
phunky.batch_phage_assembly_pipeline('reads_directory/', 'output_directory/')

Dependencies:

  • python>=3
  • checkv==1.0.3
  • biopython==1.83
  • bbmap==39.06
  • pandas==2.2.1
  • matplotlib==3.8.4
  • flye==2.9.3
  • porechop_abi==0.5.0
  • nanoplot==1.42.0
  • filtlong==0.2.1

General todo

  • Create conda distribution
  • Add hash key function

phunky's People

Contributors

joshuaiszatt avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.