From 5050e0412b0bcf97e3fa892dae1cf6f9975fc591 Mon Sep 17 00:00:00 2001 From: Ruben Vorderman <r.h.p.vorderman@lumc.nl> Date: Wed, 25 Jul 2018 12:18:29 +0200 Subject: [PATCH] add link --- samplesheet.wdl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/samplesheet.wdl b/samplesheet.wdl index 5852a9d..e269911 100644 --- a/samplesheet.wdl +++ b/samplesheet.wdl @@ -27,6 +27,9 @@ task sampleConfigFileToStruct { # structure to a list of objects model. # It was specifically designed to run on both python2 and python3. # Only requirement is PyYAML. + # + # Code maintained in https://github.com/rhpvorderman/samplesheet-to-struct + # can be moved to biowdl group later. command { python <<CODE -- GitLab