@@ -5,13 +5,13 @@ to examine the utility of further sequencing, optimize the sequencing
55depth, or to screen multiple libraries to avoid low complexity
66samples.
77
8- SYSTEM REQUIREMENTS:
8+ SYSTEM REQUIREMENTS
99========================================================================
1010The preseq software will only run on 64-bit UNIX-like operating
1111systems and was developed on both Linux and Mac. The preseq software
1212requires 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
6767The HTSLib library can be obtained here:
6868http://www.htslib.org/download .
6969
70- INPUT FILE FORMATS:
70+ INPUT FILE FORMATS
7171========================================================================
7272The input to preseq can be in 3 general formats:
73731 . 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========================================================================
8989Each program included in this software package will print a list of
9090options 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`
138138directory. For an extended write-up on our programs, please read the
139139manual 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+
141145UPDATES TO VERSION 3.1.2
142146========================================================================
143147Two headers were added.
0 commit comments