/pytrim2

A python program to trim and demultiplex nanopore reads

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

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)