Skip to content
Snippets Groups Projects
  1. Nov 07, 2013
  2. Nov 06, 2013
  3. Nov 02, 2013
  4. Nov 04, 2012
    • Charles Plessy's avatar
      Allow overriding BT to test bedtools from other paths. · 40754e22
      Charles Plessy authored
      In order to test bedtools after it is installed in /usr/bin, it is needed
      to override the BT variable in the shell scripts of the test suite.
      The following change achieves it in compliance with POSIX (tested with dash).
      
      -BT=../../bin/bedtools
      +BT=${BT-../../bin/bedtools}
      40754e22
  5. Jun 06, 2012
  6. May 15, 2012
  7. Feb 08, 2012
  8. Feb 05, 2012
  9. Jan 31, 2012
Loading