diff --git a/README.md b/README.md index 834be8e..c53e313 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# wes-testing +# WES Testing This repo houses testing workflows for the Dockstore CLI's WES integration and example workflows that can be run against various WES servers. To keep test maintenance concise, try to use verbose naming and avoid small changes included in separate tags/branches. For example, if you want to create a multi-descriptor workflow with input parameters, creating an entirely new workflow under `./workflows/wdl/` named `multiDescriptorWithInput` is preferred, as compared to modifying the existing `singleDescriptorWithInput` on a separate branch.