Permalink
Commits on Jul 17, 2017
Commits on Jul 7, 2017
Commits on Jun 14, 2017
Commits on Jun 8, 2017
Commits on May 6, 2017
Commits on May 5, 2017
  1. Fix formatting issues

    ch4rr0 committed May 5, 2017
  2. Merge pull request #100 from bwlang/patch-1

    Clarifies documentation of how to use --interleaved
    ch4rr0 committed on GitHub May 5, 2017
  3. Add simple test for issue #88

    ch4rr0 committed May 5, 2017
Commits on May 2, 2017
Commits on Apr 22, 2017
Commits on Apr 21, 2017
  1. Enable Travis CI testing

    ch4rr0 committed Apr 21, 2017
  2. Fix merge conflict

    ch4rr0 committed Apr 21, 2017
  3. Merge changes from v2.3.1.1

    ch4rr0 committed Apr 21, 2017
  4. merging mapq into 2.3.2

    Merge branch 'mapq' into v2.3.2
    committed Apr 21, 2017
  5. cleaning up comments

    committed Apr 21, 2017
Commits on Apr 20, 2017
  1. missing ;

    whups... sneaky
    bwlang committed on GitHub Apr 20, 2017
  2. Remove readline dependency

    ch4rr0 committed Apr 20, 2017
  3. Revert changes to bowtie_main.cpp

    ch4rr0 committed Apr 20, 2017
Commits on Apr 19, 2017
  1. Clarifies documentation of how to use --interleaved

    I had some trouble trying to do this sort of thing:
    ```
    bowtie2 --interleaved -x /path/to/bowtie2_index/hg19 <all kind of stuff here -12, -1, -U ...> r1_r2_interleaved.fastq
    ```
    but this works:
    ```
    bowtie2 -x /path/to/bowtie2_index/hg19 --interleaved r1_r2_interleaved.fastq
    ```
    This doc change describes what worked for me.
    I did not test tab5/6 files, but they may have the same usage
    bwlang committed on GitHub Apr 19, 2017
Commits on Mar 7, 2017
Commits on Mar 6, 2017
Commits on Mar 4, 2017
  1. Resolve compilation warnings

    ch4rr0 committed Mar 4, 2017
  2. Remove non-portable open flag

    ch4rr0 committed Mar 4, 2017