Git Product home page Git Product logo

cleanseq's Introduction

cleanSeq

  • cleanSeq is a bioinformatic tool for contamination detection, contamination removal, mutation detection, and mutation verification.

prework

step1: install dependence tool

BWA (v0.7.17-r1188)
Samtools (v1.10)
GATK (v4.1.8.1)
BLAST+ (v1.12.0+)
Clustal Omega (v1.2.4)
FLASH (v1.2.11)
trimmomatic (v0.38)

step2: bulid ntdatabase

download blast database: https://ftp.ncbi.nih.gov/blast/db/FASTA/
bulid blastdb: "makeblastdb -dbtype nucl -in ntdatabase -input_type fasta -out nt.blastdb -parse_seqids"

note: raw nt database contain 'N' characters, please remove it before using 'makeblastdb' command bulid blast database

step3: bulid python environment (if you choose run cleanSeq.py)

conda create -n cleanSeq python==3.8
conda activate cleanSeq
conda install -c conda-forge biopython (v:1.79)
conda install -c anaconda pandas (v:1.1.3)
conda install -c anaconda reportlab (v:3.5.51)
conda install -c conda-forge bs4 (v:4.10.0)
conda install -c anaconda requests (v:2.24.0)
conda install -c anaconda openpyxl (v:3.0.5)
conda install -c conda-forge matplotlib (v:3.2.2)
conda install -c anaconda xlrd (v:1.79)

Get cleanSeq

download binary

command: chmod a+x ./cleanSeq
         ./cleanSeq reference.fa raw1.fq.gz raw2.fq.gz ntPath

or download cleanSeq.py (pre-bulid python environment)

command: cleanSeq command: python cleanSeq.py reference.fa raw1.fq.gz raw2.fq.gz ntPath

test cleanSeq

example

cleanseq's People

Contributors

bingxiao-wcy avatar

Stargazers

Kocheriologies avatar  avatar Alina Saitova avatar

Watchers

 avatar Alina Saitova 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.