Mercurial > repos > youngkim > ezbamqc
comparison ezBAMQC/MANIFEST.in @ 0:dfa3745e5fd8
Uploaded
author | youngkim |
---|---|
date | Thu, 24 Mar 2016 17:12:52 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:dfa3745e5fd8 |
---|---|
1 | |
2 # BASIC INCLUDES | |
3 include setup.py | |
4 include ezBAMQC | |
5 include README.rst | |
6 | |
7 # DOC INCLUDES | |
8 include doc/* | |
9 | |
10 # SRC ezBAMQC INCLUDES | |
11 include src/ezBAMQC/* | |
12 | |
13 # SRC HTSLIB INCLUDES | |
14 include src/htslib/* | |
15 | |
16 #SRC HTSLIB HEADER INCLUDES | |
17 include src/htslib/htslib/* | |
18 | |
19 #SRC HTSLIB CRAM INCLUDES | |
20 include src/htslib/cram/* |