File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff 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
5655update_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
5962clean_centralized_data_folder :
6063 rm -rf $(CENTRALIZED_DIR ) /$(REPO_NAME )
64+
65+
You can’t perform that action at this time.
0 commit comments