BASIS  r3148
basis.sh File Reference

BASIS utilities of BASIS package. More...

#include "${BASIS_BASHPATH}/basis/utilities.sh"
+ Include dependency graph for basis.sh:

Go to the source code of this file.

Variables

string PROJECT = "BASIS"
 Project name.
string RELEASE = "r3148"
 Project release.
string VERSION = "0.0.0"
 Project version.
int VERSION_MAJOR = 0
 Major project version.
int VERSION_MINOR = 0
 Minor project version.
int VERSION_PATCH = 0
 Project patch number.

Detailed Description

BASIS utilities of BASIS package.

Note:
The basis.sh module was automatically created by BASIS from the template file basis.sh.in which is part of BASIS.

This module sources the modules of the project-independent BASIS Bash Utilities which are part of the BASIS installation. Hence, it is sufficient to only source this module.

Note:
In Bash, there is no concept of namespaces. Hence, the utility functions are all defined by the utilities.sh module which is part of the BASIS installation. See the documentation of this module for conflicts that may be caused by this lack of namespaces and how to circumvent these. This module is mainly intended for use in executable scripts, not modules.

Copyright (c) 2011, 2012, 2013 University of Pennsylvania. All rights reserved.
See https://www.cbica.upenn.edu/sbia/software/license.html or COPYING file.

Contact: SBIA Group <sbia-software at uphs.upenn.edu>

Definition in file basis.sh.