Software tools for long reads analysis (PacBio and Oxford nanopore)
1.5K
Canu : https://github.com/marbl/canuMHAP : https://github.com/marbl/MHAPblasr : https://github.com/PacificBiosciences/blasrR : https://www.r-project.org/minimap2 : https://github.com/lh3/minimap2miniasm : https://github.com/lh3/miniasmquast : https://github.com/ablab/quast--- RNA part ---
GMAP for alignment of RNA-seq reads to genome : research-pub.gene.com/gmap/poretools for MinION reads extraction: https://github.com/arq5x/poretoolspbh5tools to extract PB reads: https://github.com/PacificBiosciences/pbh5toolscufflinks v2 + cuffcompare and gffreaddocker pulltrainingIn a terminal run:
docker run -v <my/local/directory>:/home/training -p 8000:80 -p 9000:443 -d wgharib/long-reads
On your Browser :
user: -->user: training
passwd: training
and
root:docker run -it --workdir="/home/training" -v <my/local/directory>:/home/training wgharib/long-reads:latest /bin/bash
Usage : canu
Usage: java -jar /java/mhap-2.1.3.jar
First load this:
export PATH="/opt/pacbio/bin:$PATH"
export LD_LIBRARY_PATH="/opt/pacbio/lib::${LD_LIBRARY_PATH}"
usage: blasr, bax2bam (all executables pacbio are in /opt/pacbio/bin)
R
usage: minimap2
usage: miniasm
usage: quast.py
usage: gmap or gsnap
usage: poretools
usage: bash5tools.py
usage: matchAnnot.py
Usage : cufflinks incl. cuffcompare and gffread
Content type
Image
Digest
Size
3.1 GB
Last updated
almost 8 years ago
docker pull wgharib/long-reads