User Tools

Site Tools


bowtie-software

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
bowtie-software [2014/10/17 08:03] joguyabowtie-software [2014/10/30 17:01] – [v 2.2.2] joguya
Line 6: Line 6:
  
 ===== Bowtie 1 ===== ===== Bowtie 1 =====
 +==== v1.0.1 ====
 +  * Version: 1.0.1
 +  * Link: http://bowtie-bio.sourceforge.net/index.shtml
 +
 +=== Usage ===
 +  * show all versions of bowtie<code>$ module avail bowtie
 +
 +---------------------------------------------------------------------------------------------- /etc/modulefiles/ilri ----------------------------------------------------------------------------------------------
 +bowtie/0.12.7 bowtie/0.12.8 bowtie/1.0.0  bowtie/1.0.1  bowtie/1.1.1  bowtie2/2.1.0 bowtie2/2.2.2 bowtie2/2.2.3
 +</code>
 +  * load a specific version, e.g. v1.1.1: <code>$ module load bowtie/1.0.1</code>
 +  * get quick help:<code>$ bowtie --help</code>
 +
 ==== v1.1.1 ==== ==== v1.1.1 ====
 +  * Version: 1.1.1
 +  * Added: October, 2014
 +  * Link: http://bowtie-bio.sourceforge.net/index.shtml
 +  * Changelog:
 +     * Fixed a compiling linkage problem related with Mavericks OSX.
 +     * Improved performance for cases where the reference contains ambiguous or masked nucleobases represented by Ns.
 +     * Some minor automatic tests updates.
 === Usage === === Usage ===
   * show all versions of bowtie<code>$ module avail bowtie   * show all versions of bowtie<code>$ module avail bowtie
Line 56: Line 76:
   * Bowtie2 indexes the genome with an FM Index to keep its memory footprint small: for the human genome, its memory footprint is typically around 3.2 GB.    * Bowtie2 indexes the genome with an FM Index to keep its memory footprint small: for the human genome, its memory footprint is typically around 3.2 GB. 
   * Bowtie2 supports gapped, local, and paired-end alignment modes.   * Bowtie2 supports gapped, local, and paired-end alignment modes.
 +==== v 2.2.2 ====
 +  * Version 2.2.2
 +  * Link: http://bowtie-bio.sourceforge.net/bowtie2/index.shtml
 +
 +
 +=== Usage ===
 +  * show all versions of bowtie2<code>$ module avail bowtie2
 +
 +---------------------------------------------------------------------------------------------- /etc/modulefiles/ilri ----------------------------------------------------------------------------------------------
 +bowtie2/2.1.0 bowtie2/2.2.2 bowtie2/2.2.3
 +</code>
 +  * load specific version, e.g. v2.2.2:<code>$ module load bowtie2/2.2.2</code>
 +  * get help:<code>$ bowtie2 --help</code>
  
 ==== v 2.2.3 ==== ==== v 2.2.3 ====
 +  * Version 2.2.3
 +  * Added: October, 2014
 +  * Link: http://bowtie-bio.sourceforge.net/bowtie2/index.shtml
 +  * Changelog:
 +     * Fixed a bug that made loading an index into memory crash sometimes.
 +     * Fixed a silent failure to warn the user in case the -x option is missing.
 +     * Updated al, un, al-conc and un-conc options to avoid confusion in cases where the user does not provide a base file name.
 +     * Fixed a spurious assert that made bowtie2-inspect debug fail.
 +
 === Usage === === Usage ===
   * show all versions of bowtie2<code>$ module avail bowtie2   * show all versions of bowtie2<code>$ module avail bowtie2
Line 98: Line 140:
 prepend-path    PATH    ${exec_prefix}</code> prepend-path    PATH    ${exec_prefix}</code>
   * as always, push to github & let ansible take care of teh rest!<code>ansible-playbook compute.yml --limit=compute --tags=modules -K</code>   * as always, push to github & let ansible take care of teh rest!<code>ansible-playbook compute.yml --limit=compute --tags=modules -K</code>
- 
bowtie-software.txt · Last modified: 2020/04/27 11:13 by aorth