| check_comparison_input | R Documentation | 
Checks that the input file is suitable for running 'woof compare'.
check_comparison_input(x)
x | 
 Path to tab-separated comparison input file. Must contain the following five fields per file (NOTE: do not include column names): sample name, variant type (SNV, SV or CNV), file label, run1 & run2 file paths (can be S3 paths).  | 
If the file has issues, an error message. If there are no issues, simply returns file path.
## Not run: 
x <- "path/to/cromwell_inputs.tsv"
check_comparison_input(x)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.