hcstubbe / pytrim2

A python program to trim and demultiplex nanopore reads

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pytrim2

Install

pip install pytrim2

How to use

from pytrim2.demultiplex import demultiplex

demultiplex("test_data/test.fasta",
            "fasta",
            "test_data/test_primer.fasta",
            "fasta",
            "test_data/test_out",
            200,
            5)

About

A python program to trim and demultiplex nanopore reads

License:Apache License 2.0


Languages

Language:Jupyter Notebook 58.9%Language:Python 38.0%Language:CSS 2.7%Language:Dockerfile 0.4%