From 32af0e5c682e5e01d3edcadbb5c1cd4af922688e Mon Sep 17 00:00:00 2001 From: Amanda Birmingham Date: Fri, 17 Nov 2017 16:21:24 -0800 Subject: [PATCH] Added sentence indicating that single- and multi-sample vcfs are both allowable, addressing reviewer question. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5634d2..5961852 100644 --- a/README.md +++ b/README.md @@ -261,7 +261,7 @@ This will allow you to use any of [core methods](#core) in the package. The first four arguments are required to run the full annotation pipeline. These are: - `input_dir`: the path to the **directory** where all vcf files live. They may also be inside subdirectories, and VAPr will - find them. + find them. VCF files may contain information for single or multiple samples. - `output_dir`: the path to the **directory** where the annotated csv files will be written to. It will be used in two different instances: writing the file outputs from Annovar, and writing the file outputs from VAPr, in case these are needed