Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Below we refer to this directory as a "test release". Usually separate analyses use separate test releases, and each test release should bear unique name if they are located in the same directory.

2. Change to the test release

Now you need to change your working directory to the newly created one where your test release is located. Then you will run sit_setup to make proper adjustments to your environment variables so that will recognize teh fact that you'll be working with the test release. Note that some of those variables will be relative to the test release directory, so that you may be required to execute certain operations while being within that directory. If you choose to leave the directory then you may want to run sit_setup again to set up a different execution environment.

...

Code Block
cd analisys-rel
sit_setup

3. Create new analysis package (Freq: once)

Choose sufficiently unique name for your analysis package and create the package.

...