Skip to content

Commit 241aecf

Browse files
committed
tests fixed for auto crawling centralized data #181
1 parent 7424033 commit 241aecf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/dendrograms/Makefile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,14 @@ all: update_centralized_repo $(TEMPLATE_FILES) $(TEMPLATE_CLASS_BASE_FILES) $(TE
5252
python ../scripts/template_runner.py generator -tx -i $< -o $@
5353

5454

55-
# Git centralized repo retrieval
5655
update_centralized_repo: clean_centralized_data_folder
5756
cd $(CENTRALIZED_DIR) && git clone --quiet ${GIT_REPO} && rm -rf $(REPO_NAME)/.git
57+
cd .. && \
58+
rm nomenclature_table_CCN201912131.csv && cp $(CENTRALIZED_DIR)/$(REPO_NAME)/humanM1_CCN201912131/nomenclature_table_CCN201912131.csv ./ && \
59+
rm nomenclature_table_CCN202002013.csv && cp $(CENTRALIZED_DIR)/$(REPO_NAME)/mouseMOp_CCN202002013/nomenclature_table_CCN202002013.csv ./ && \
60+
rm nomenclature_table_CCN201912132.csv && cp $(CENTRALIZED_DIR)/$(REPO_NAME)/marmosetM1_CCN201912132/nomenclature_table_CCN201912132.csv ./
5861

5962
clean_centralized_data_folder:
6063
rm -rf $(CENTRALIZED_DIR)/$(REPO_NAME)
64+
65+

0 commit comments

Comments
 (0)