You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.txt
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,16 @@
1
1
8Feb18: # 1. Changes to estimate_pangenome_phylogenies.sh v1.0.1_8Feb18
2
-
* Added: -v flag; check_scripts_in_path(); check_dependencies with verbosity; activated set_pipeline_environment; should find dependencies: Thanks to Felipe Lira
3
-
2. Changes in run_get_phylomarkers_pipeline.sh 'v2.1.4_8Feb18'
4
-
* fixed set_pipeline_environment (removed DEBUG messages, which broke the function return when the script was run with -D;
2
+
* Added: -v flag; check_scripts_in_path(); check_dependencies with verbosity; activated set_pipeline_environment; should find dependencies: Thanks to Felipe Lira
3
+
* v1.0.3_8Feb18; fix in set_pipeline_environment: changed to readlink -n when $OSTYPE -> darwin
4
+
2. Changes in run_get_phylomarkers_pipeline.sh 'v2.1.4_8Feb18' v2.1.4_8Feb18
5
+
* fixed set_pipeline_environment (removed DEBUG messages, which broke the function return when the script was run with -D; fixed for darwin: scriptdir=$(readlink -n "${BASH_SOURCE[0]}")
6
+
5
7
7Feb18: * Moved print_codon_tables() back from get_phylomarkers_fun_lib to run_get_phylomarkers_pipeline.sh v2.1.3_7Feb18 so that -C can print them; Thanks to Stefano Romano!
6
8
* relocated the assignment of logdir to top of main script; edited INSTALL.md, README.md and manual.md
9
+
7
10
5Feb18: * Extended the tutorial on exploring the container's environment and file system
8
11
* Updated the README.md file to include links to the tutorial and install instructions of the Docker environment and container usage
9
12
4Feb18: * -v flag also prints list of required system binaries, like GET_HOMOLOGUES; minor fix in cleanup code.
13
+
10
14
3Feb18: * Extended the INSTALL.md file to include instructions on how to setup a locak Docker environment and run image instances
11
15
* Extended the tutorial material, to include instructions on How to access the sequence data on the host (your machine) from a container instance
0 commit comments