Skip to content

Commit ab0d51c

Browse files
Merge branch 'master' of github.com:smithlabcode/preseq
2 parents 53480b1 + 3c51912 commit ab0d51c

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ to examine the utility of further sequencing, optimize the sequencing
55
depth, or to screen multiple libraries to avoid low complexity
66
samples.
77

8-
SYSTEM REQUIREMENTS:
8+
SYSTEM REQUIREMENTS
99
========================================================================
1010
The preseq software will only run on 64-bit UNIX-like operating
1111
systems and was developed on both Linux and Mac. The preseq software
1212
requires a C++ compiler that supports C++11.
1313

14-
INSTALLATION:
14+
INSTALLATION
1515
========================================================================
1616
### Installing from a release
1717

@@ -67,7 +67,7 @@ make HAVE_HTSLIB=1 all
6767
The HTSLib library can be obtained here:
6868
http://www.htslib.org/download.
6969

70-
INPUT FILE FORMATS:
70+
INPUT FILE FORMATS
7171
========================================================================
7272
The input to preseq can be in 3 general formats:
7373
1. Mapped read locations in BED or BAM file format. The file should be
@@ -84,7 +84,7 @@ The input to preseq can be in 3 general formats:
8484
line. These will be made into the "counts histogram" inside preseq
8585
right away.
8686

87-
USAGE EXAMPLES:
87+
USAGE EXAMPLES
8888
========================================================================
8989
Each program included in this software package will print a list of
9090
options if executed without any command line arguments. Many of the
@@ -138,6 +138,10 @@ More data is available in the `additional_data.txt` file in the `data`
138138
directory. For an extended write-up on our programs, please read the
139139
manual in the `docs` directory.
140140

141+
UPDATES TO VERSION 3.2.0
142+
========================================================================
143+
Updates to the repo in preparation for putting preseq in conda
144+
141145
UPDATES TO VERSION 3.1.2
142146
========================================================================
143147
Two headers were added.

0 commit comments

Comments
 (0)