Commit 770bb8d5 authored by Andreas Tille's avatar Andreas Tille
Browse files

Rather use unchanged (==gzipped) example data and precisely describe how these were obtained

parent 7c3b8d96
Loading
Loading
Loading
Loading
+9 −3
Original line number Diff line number Diff line
@@ -7,6 +7,12 @@ This package can be tested by executing

in order to confirm its integrity.

Note: The sample data are recovered from https://github.com/arq5x/  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 :)
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 :)

debian/examples/aluY.chr1.bed

deleted100644 → 0
+0 −11628

File deleted.

Preview size limit exceeded, changes collapsed.

+127 KiB

File added.

No diff preview for this file type.

debian/examples/gerp.chr1.bed

deleted100644 → 0
+0 −88292

File deleted.

Preview size limit exceeded, changes collapsed.

+1.08 MiB

File added.

No diff preview for this file type.

Loading