diff --git a/README.md b/README.md index 09eabca..ee83504 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ and you are logged in to Docker Hub. Input
There are two input options.
1. An ID along with a folder of fasta or fastq files, optionally gzipped. (--raw and --id)
-2. A two-column text file, where the first column is an ID, and the second column is a path to a fasta or fastq file (--map). The paths to the files should be relative to the map file and also under the map file in the directory structure. Each ID may have multiple rows.
+2. A two-column text file, where the first column is an ID, and the second column is a path to a fasta or fastq file (--map). Each ID may have multiple rows. The paths to the files be absolute or relative, but the files must be in the same directory as the map file or under it. If using relative paths, the paths must start with the _parent_ folder of the map file.

Option 1 is more efficient with respect to disk space.