Skip to content

Commit 2ee61e2

Browse files
committed
Use thread-safer DCP interface
This incorporates the change in HumanCellAtlas/dcp-cli#202
1 parent 786360b commit 2ee61e2

3 files changed

Lines changed: 534 additions & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.PHONY: lint test unit-tests
22
MODULES=matrix tests daemons chalice
3-
EXCLUDE=target,vendor,chalicelib
3+
EXCLUDE=target,vendor,chalicelib,target.in
44

55
deploy:
66
$(MAKE) -C chalice $@

daemons/worker/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ build:
1616
mkdir target
1717
pip install -r requirements.txt -t target/ --upgrade
1818
cp target.in/blosc.cpython-36m-x86_64-linux-gnu.so target/numcodecs
19+
cp target.in/hca_util__init__.py target/hca/util/__init__.py
1920
cp -R ../../matrix target/
2021
cp -R *.py target/
2122

0 commit comments

Comments
 (0)