Github.com/biermanr/public_dog_popgen/pca

public_dog_popgen

Dog popgen

To create a new WDL workflow

  1. Make the .wdl file, such as pca.wdl
  2. Edit the .dockstore.yml to add the new WDL. For example
    if the current .dokstore.yml looks like:
version: 1.2
workflows:
  - subclass: WDL
    name: test
    primaryDescriptorPath: /test.wdl

then add the following lines:

version: 1.2
workflows:
  - subclass: WDL
    name: test
    primaryDescriptorPath: /test.wdl
  - subclass: WDL
    name: pca
    primaryDescripto
<hr>
<small>This is a companion discussion topic for the original entry at <a href='https://dockstore.org/workflows/github.com/biermanr/public_dog_popgen/pca'>github.com/biermanr/public_dog_popgen/pca</a></small>