-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ucsc-pslcdnafilter to 472 (#51700)
* Update ucsc-pslcdnafilter to 472 * add linux-aarch64 build * revert linux-aarch64 * revert osx --------- Co-authored-by: Björn Grüning <[email protected]>
- Loading branch information
Showing
3 changed files
with
39 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- a/kent/src/inc/common.mk 2017-11-07 17:46:00.000000000 -0500 | ||
+++ b/kent/src/inc/common.mk 2017-11-13 17:44:51.017090255 -0500 | ||
@@ -17,7 +17,7 @@ | ||
endif | ||
|
||
HG_DEFS=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DMACHTYPE_${MACHTYPE} | ||
-HG_INC+=-I../inc -I../../inc -I../../../inc -I../../../../inc -I../../../../../inc -I$(kentSrc)/htslib | ||
+HG_INC+=-I../inc -I../../inc -I../../../inc -I../../../../inc -I../../../../../inc -I$(kentSrc)/htslib -I${PREFIX}/include | ||
|
||
# to check for Mac OSX Darwin specifics: | ||
UNAME_S := $(shell uname -s) | ||
--- a/kent/src/hg/lib/straw/makefile 2022-10-26 12:00:00.000000000 +0100 | ||
+++ b/kent/src/hg/lib/straw/makefile 2022-10-26 12:00:00.000000000 +0100 | ||
@@ -1,4 +1,4 @@ | ||
-KENT_INC=-I../../../inc | ||
+KENT_INC=-I../../../inc -I${PREFIX}/include | ||
|
||
straw: straw.o cStraw.o | ||
ld -r -o ../straw.o straw.o cStraw.o | ||
--- a/kent/src/utils/expMatrixToBarchartBed/expMatrixToBarchartBed 2018-06-06 02:23:56.000000000 +0200 | ||
+++ b/kent/src/utils/expMatrixToBarchartBed/expMatrixToBarchartBed 2018-06-06 02:23:56.000000000 +0200 | ||
@@ -1,4 +1,4 @@ | ||
-#!/usr/bin/env python2.7 | ||
+#!/usr/bin/env python | ||
# expMatrixToBarchartBed | ||
""" | ||
Generate a barChart bed6+5 file from a matrix, meta data, and coordinates. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters