Skip to content

Commit fbaf694

Browse files
committed
Use thread-safer DCP interface
This incorporates the change in HumanCellAtlas/dcp-cli#202
1 parent ee48406 commit fbaf694

2 files changed

Lines changed: 533 additions & 0 deletions

File tree

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)