From 7caa2845304c40540a336f840b3ca468bf6c8697 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Tue, 1 Oct 2019 16:17:59 +0100 Subject: Preparation phase added before final building In many real-world scenarios, `./project make' can really benefit from having some basic information about the data before being run. For example when quering a server. If we know how many datasets were downloaded and their general properties, it can greatly optmize the process when we are designing the solution to be run in `./project make'. Therefore with this commit, a new phase has been added to the template's design: `./project prepare'. In the raw template this is empty, because the simple analysis done in the template doesn't warrant it. But everything is ready for projects using the template to add preparation phases prior to the analysis. --- project | 128 ++++++++++++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 97 insertions(+), 31 deletions(-) (limited to 'project') diff --git a/project b/project index 14fc272..fcf32fd 100755 --- a/project +++ b/project @@ -65,12 +65,14 @@ print_help() { # Print the output. cat <