Skip to content

Commit e333966

Browse files
committed
documents fixes to set_pipeline_environment whe OSTYPE -> darwin
1 parent 3c75b91 commit e333966

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

CHANGES.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
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+
57
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!
68
* relocated the assignment of logdir to top of main script; edited INSTALL.md, README.md and manual.md
9+
710
5Feb18: * Extended the tutorial on exploring the container's environment and file system
811
* Updated the README.md file to include links to the tutorial and install instructions of the Docker environment and container usage
912
4Feb18: * -v flag also prints list of required system binaries, like GET_HOMOLOGUES; minor fix in cleanup code.
13+
1014
3Feb18: * Extended the INSTALL.md file to include instructions on how to setup a locak Docker environment and run image instances
1115
* Extended the tutorial material, to include instructions on How to access the sequence data on the host (your machine) from a container instance
1216

0 commit comments

Comments
 (0)