Skip to content

Commit

Permalink
Tweak README
Browse files Browse the repository at this point in the history
  • Loading branch information
dpryan79 committed Aug 25, 2014
1 parent 3deb955 commit 0db2e5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#Please see the README file or Tutorial for help in setting these options.
#Please see the tutorial (http://sourceforge.net/projects/dna-bison/files/bison_tutorial.tar.gz/download) for help in setting these options.
WORK=/home/ryand#This should be changed to match your needs
PREFIX = $(WORK)/bin
CC = mpicc
HTSLIB=true
INCLUDE_DIRS = -I$(WORK)/include
LIB_DIRS = -L$(WORK)/libs
OPTS := -Wall -O3 -g #-g -DDEBUG -DNOTHROTTLE
OPTS := -Wall -O3 #-g -DDEBUG -DNOTHROTTLE
#MPI = -lmpich -lmpl #This is usually appropriate for mpich2
#MPI = #This is appropriate for mvapich2
MPI = -lmpi #This is usually appropriate for openmpi
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,7 @@ even when limited to the same resources.
* Added bedGraph2MOABS to convert bedGraph files for use by MOABS. See usage
above.

* Added support for HTS-lib (you'll need to add -DHTSLIB to the OPTS line of
the Makefile).
* Added support for HTSlib.

* Fixed a small bug wherein --reorder wasn't being invoked when multiple
output BAM files were to be used.
Expand All @@ -294,8 +293,8 @@ even when limited to the same resources.

* There is now a [tutorial](http://sourceforge.net/projects/dna-bison/files/bison_tutorial.tar.gz/download).

* The default minimum MAPQ and Phred scores used by bison_mbias have been
updated to match bison_methylation_extractor.
* The default minimum MAPQ and Phred scores used by `bison_mbias` have been
updated to match `bison_methylation_extractor`.

###0.3.1
* The various bedGraph files didn't previously have a "track" line. The UCSC
Expand Down

0 comments on commit 0db2e5c

Please sign in to comment.