diff --git a/flash.wdl b/flash.wdl index 3fbe0ed3c2f631a946497ebf001ca40ffe26b455..849813be6148324b30683af0b729d24bbf9c93a7 100644 --- a/flash.wdl +++ b/flash.wdl @@ -1,17 +1,3 @@ -#workflow runFlash { -# String preCommand -# String outDirPath -# File R1 -# File R2 -# -# call flash { -# input: -# preCommand = preCommand, -# outDirPath = outDirPath, -# inputR1 = R1, -# inputR2 = R2, -# } -#} task flash { String? preCommand File inputR1