Sign inSign up

wgharib/long-reads

By wgharib

•Updated almost 8 years ago

Software tools for long reads analysis (PacBio and Oxford nanopore)

Image
1

1.5K

wgharib/long-reads repository overview

⁠Software list

--- RNA part ---

⁠Usage with docker pull

⁠Connect as training

In a terminal run:

docker run -v <my/local/directory>:/home/training -p 8000:80 -p 9000:443 -d wgharib/long-reads

On your Browser :

  • localhost:9000 Gate one --> click terminal ssh --> hit enter twice until you reach user: -->

user: training passwd: training

and

  • localhost:8000 (apache web server mainly used to browse files)
⁠Connect as root:

docker run -it --workdir="/home/training" -v <my/local/directory>:/home/training wgharib/long-reads:latest /bin/bash

⁠Soft usage

⁠Canu

Usage : canu

⁠MHAP

Usage: java -jar /java/mhap-2.1.3.jar

⁠blasr:

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:

R

⁠minimap2:

usage: minimap2

⁠miniasm:

usage: miniasm

⁠quast

usage: quast.py

⁠--- RNA part ---
⁠GMAP

usage: gmap or gsnap

⁠poretools

usage: poretools

⁠pbh5tools

usage: bash5tools.py

⁠matchAnnot.py

usage: matchAnnot.py

Usage : cufflinks incl. cuffcompare and gffread

Tag summary

Content type

Image

Digest

Size

3.1 GB

Last updated

almost 8 years ago

docker pull wgharib/long-reads