File: README.test

package info (click to toggle)
macs 3.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 378,732 kB
  • sloc: ansic: 5,879; python: 4,342; sh: 451; makefile: 86
file content (18 lines) | stat: -rw-r--r-- 671 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Notes on how this package can be tested.


This package can be tested by executing

   sh run-unit-test

in order to confirm its integrity.

Note: The sample data are obtained via

    wget -q https://github.com/arq5x/bedtools2/blob/master/data/aluY.chr1.bed.gz?raw=true -O debian/examples/aluY.chr1.bed.gz
    wget -q https://github.com/arq5x/bedtools2/blob/master/data/gerp.chr1.bed.gz?raw=true -O debian/examples/gerp.chr1.bed.gz

They are both ‘.BED’ file extensions. However the macs package install
instructions is using the ‘BAM’ extension format. If anyone has any
recommendation on where to find sample data in this format it will be
much appreciated :)