Skip to content

Commit 2d91c1e

Browse files
committed
marmoset Other NN -> Non-Neural, taxonomy citations
1 parent d16ffa4 commit 2d91c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dendrograms/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ all: update_centralized_repo $(TEMPLATE_FILES) $(TEMPLATE_CLASS_BASE_FILES) $(TE
5353

5454

5555
update_centralized_repo: clean_centralized_data_folder
56-
cd $(CENTRALIZED_DIR) && git clone --quiet ${GIT_REPO} && rm -rf $(REPO_NAME)/.git
56+
cd $(CENTRALIZED_DIR) && git clone --quiet ${GIT_REPO} && rm -rf $(REPO_NAME)/.git && \
5757
cd .. && \
5858
rm nomenclature_table_CCN201912131.csv && cp $(CENTRALIZED_DIR)/$(REPO_NAME)/humanM1_CCN201912131/nomenclature_table_CCN201912131.csv ./ && \
5959
rm nomenclature_table_CCN202002013.csv && cp $(CENTRALIZED_DIR)/$(REPO_NAME)/mouseMOp_CCN202002013/nomenclature_table_CCN202002013.csv ./ && \

0 commit comments

Comments
 (0)