Difference between revisions of "BBMap 2016"
Schwietzer (talk | contribs) |
Schwietzer (talk | contribs) |
||
Line 1: | Line 1: | ||
== Introduction == | == Introduction == | ||
BBMap is a splice-aware global aligner for DNA and RNA sequencing reads. It can align reads from all major platforms – Illumina, 454, Sanger, Ion Torrent, Pac Bio, and Nanopore. BBMap is fast and extremely accurate, particularly with highly mutated genomes or reads with long indels, even whole-gene deletions over 100kbp long. [https://jgi.doe.gov/data-and-tools/bbtools/bb-tools-user-guide/bbmap-guide/ ¹] | |||
== Installed version(s) == | == Installed version(s) == |
Latest revision as of 14:32, 14 August 2019
Introduction
BBMap is a splice-aware global aligner for DNA and RNA sequencing reads. It can align reads from all major platforms – Illumina, 454, Sanger, Ion Torrent, Pac Bio, and Nanopore. BBMap is fast and extremely accurate, particularly with highly mutated genomes or reads with long indels, even whole-gene deletions over 100kbp long. ¹
Installed version(s)
This version is installed and currently available on environment hpc-env/6.4:
BBMap/38.61b-foss-2017b
Using BBMap
BBMap is a set of different tools. If ypu want to know, which tools are installed and usable, just load the module as shown above and type in:
ll $EBROOTBBMAP
You will see a list of callable shell scripts (*.sh).
For example you will find bbmap.sh.
By just calling bbmap.sh you will get more information about the script.
If you want to find out more about BBMap on the HPC Cluster, you can use the command
module spider BBMap
This will show you basic informations e.g. a short description and the currently installed version.
To load the desired version of the module, use the command, e.g.
module load hpc-env 6.4 module load BBMap
Always remember: this command is case sensitive!
Documentation
The full documentation can be found here.