From b8fb75b9bd4b82106aa315ffe74efa8027b2e746 Mon Sep 17 00:00:00 2001 From: Ziyaad Parker Date: Thu, 22 Dec 2022 15:38:06 +0200 Subject: [PATCH] Create .dockstore.yml --- .dockstore.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .dockstore.yml diff --git a/.dockstore.yml b/.dockstore.yml new file mode 100644 index 0000000..191fabd --- /dev/null +++ b/.dockstore.yml @@ -0,0 +1,6 @@ +# Dockstore config version, not pipeline version +version: 1.2 +workflows: + - subclass: nfl + primaryDescriptorPath: /nextflow.config + publish: True