Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/MelbourneGenomics/cpipe into…
Browse files Browse the repository at this point in the history
… dev
  • Loading branch information
Michael Milton (University of Melbourne) committed Jun 27, 2017
2 parents 9d45d3a + af9143e commit daa35c8
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,9 @@ The Cpipe installer has a number of command line flags that can be used to custo

## Set Installation Name (optional)
Once the installation is completed, you can set the name of your installation, which will become a prefix on all of the pipeline output files,
ensuring they are unique to your installation.
ensuring they are unique to your installation.

To do this, create a file named `pipeline_id` in the root of your Cpipe installation, and inside the file write something like
`<sitename>_<version>` where `sitename` is the name of your system/site, and version is the release version of Cpipe you
are using. For example, `vlsci_2.3`. You can do this in with the following command:
```bash
echo "vlsci_2.3" > pipeline_id
The Cpipe installer will do this for you automatically, using the machine's hostname, but this may not be a useful ID for your pipeline. If this is the case, you can edit the generated ID by running a command like:
```bash
editor pipeline_id
```

0 comments on commit daa35c8

Please sign in to comment.