Name | Last commit | Last update |
---|---|---|
.. | ||
multicov.bed | ||
one_block.bam.bai | ||
one_block.sam | ||
test-multicov.sh | ||
two_blocks.bam.bai | ||
two_blocks.sam |
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}
Name | Last commit | Last update |
---|---|---|
.. | ||
multicov.bed | ||
one_block.bam.bai | ||
one_block.sam | ||
test-multicov.sh | ||
two_blocks.bam.bai | ||
two_blocks.sam |