diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2018-12-13 19:44:56 +0000 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2018-12-13 19:44:56 +0000 |
commit | 824f5245e80a6b5641fb6b5ce64683fcbc577152 (patch) | |
tree | 02fc9c06d42cb6d86e4bc1a75a52ac24c397c0cb /configure | |
parent | 4b9bca5ddc80c4c859fc9ff60e7f20031a48a5b0 (diff) |
Added extra note to the input datasets directory
To make things clear for a user of the pipeline its mentioned that the
given input directory is only read and nothing is written to it.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -284,9 +284,12 @@ volume and its 128-bit MD5 checksum in parenthesis. standard webpage as a demonstration of this file format. URL: $wfpc2url/$wfpc2name -NOTE: This directory, or the datasets above, are optional. If it doesn't +NOTE I: This directory, or the datasets above, are optional. If it doesn't exist, the files will be downloaded in the build directory and used. +NOTE II: This directory (if given) will only be read, nothing will be +written into it, so no writing permissions are necessary. + TIP: If you have these files in multiple directories on your system and don't want to download them or make duplicates, you can create symbolic links to them and put those symbolic links in the given top-level |