Skip to content

It is a multifunctional module toolkit for processing long fragment single-molecule sequencing clean data of target genes or segments.

Notifications You must be signed in to change notification settings

RoderickNi/LSStoolkit

Repository files navigation

LSStoolkit

It is a multifunctional module toolkit for processing long fragment single-molecule sequencing clean data of target genes or segments.

Installation

  • Conda environment
conda install samtools=1.9
conda install minimap2=2.17
conda install muscle=3.8
conda install numpy scipy scikit-learn numba
conda install python=3.8
pip install levenshtein
pip install biopython==1.81
pip install umap-learn
pip install tqdm
  • Get LSStoolkit
git clone https://github.com/RoderickNi/LSStoolkit.git

Usage

  • Separator
 python Separator.py --Fastq TestFastq.fq --Primer TestPrimers.txt --OutDir TestRst --MinLenth 5000 --MisMatch 1 --TagTrim 6 --CPU 8

image execution flow

  • HapGrep
 python HapGrep.py --Fasta ./TestFasta.fasta --Out ./TestRepReads.fasta --Pkl ./TestRst.pkl --CPU 8

image execution flow

  • SVfinder
python SVfinder.py --Fasta TestFasta.fasta --REF TestRef.fasta --OUT TestVCF.vcf --Platform map-ont --CPU 3 --SVlen 50

About

It is a multifunctional module toolkit for processing long fragment single-molecule sequencing clean data of target genes or segments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages