Skip to content

Commit

Permalink
fixing build up for rocky9, no need for py2 anymore
Browse files Browse the repository at this point in the history
maximilianh committed Jan 23, 2025
1 parent 03f4c6a commit a620fd6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/utils/trackDbIndexBb/tests/makefile
Original file line number Diff line number Diff line change
@@ -5,10 +5,6 @@ include ../../../inc/common.mk
all:
mkdir -p out
# alas, our automated tests cannot output anything to stderr, as otherwise emails will be sent
python2 ${DESTBINDIR}/trackDbIndexBb uniformDnase in/trackDb.smallExample.ra \
in/hg19.chrom.sizes -o out/ -p /cluster/bin/bedtools/bedtools -m metadata -s lab 2> /dev/null
diff out/uniformDnase.multiBed.bb expected/uniformDnase.multiBed.bb
diff out/uniformDnase.multiBedSources.tab expected/uniformDnase.multiBedSources.tab
python3 ${DESTBINDIR}/trackDbIndexBb uniformDnase in/trackDb.smallExample.ra \
in/hg19.chrom.sizes -o out/ -p /cluster/bin/bedtools/bedtools -m metadata -s lab 2> /dev/null
diff out/uniformDnase.multiBed.bb expected/uniformDnase.multiBed.bb

0 comments on commit a620fd6

Please sign in to comment.