From 313b936b502d22b6a2ff43f560dee0bb51fd01d0 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Mon, 15 Apr 2019 01:47:58 +0100 Subject: New architecture to separate software-building and analysis steps Until now, the software building and analysis steps of the pipeline were intertwined. However, these steps (of how to build a software, and how to use it) are logically completely independent. Therefore with this commit, the pipeline now has a new architecture (particularly in the `reproduce' directory) to emphasize this distinction: The `reproduce' directory now has the two `software' and `analysis' subdirectories and the respective parts of the previous architecture have been broken up between these two based on their function. There is also no more `src' directory. The `config' directory for software and analysis is now mixed with the language-specific directories. Also, some of the software versions were also updated after some checks with their webpages. This new architecture will allow much more focused work on each part of the pipeline (to install the software and to run them for an analysis). --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 6ce94b0..6557883 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,7 @@ mmap_* build .local .build +LOCAL.mk Makefile tex/tikz .gnuastro @@ -42,7 +43,6 @@ tex/pipeline LOCAL_tmp.mk LOCAL_old.mk gnuastro-local.conf -reproduce/config/pipeline/LOCAL.mk reproduce/BDIR/ reproduce/SURVEY/ -- cgit v1.2.1