-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.template
More file actions
29 lines (22 loc) · 836 Bytes
/
README.template
File metadata and controls
29 lines (22 loc) · 836 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# bedCount: Simple tools to efficiently parse bam files
[](https://travis-ci.org/sherrillmix/bedCount)
[](https://codecov.io/github/sherrillmix/bedCount?branch=master)
## Introduction
Some preliminary tools using the [samtools](http://www.htslib.org/) library to analyze bam files.
## Installation
To install, [download the repository](https://github.com/sherrillmix/bedCount/archive/master.zip) (or git clone) and run make in the resulting directory:
```
wget https://github.com/sherrillmix/bedCount/archive/master.zip
unzip master.zip
cd bedCount-master
make
```
## Usage
### bedCount
```
##BEDCOUNT_USAGEHERE##
```
### bam2depth
```
##BAM2DEPTH_USAGEHERE##
```