From ae1d2c02628d2239e79d24ecb78b4d4a3bcbc2d9 Mon Sep 17 00:00:00 2001 From: DavyCats <davycats.dc@gmail.com> Date: Fri, 28 May 2021 13:45:25 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 2 ++ htseq.wdl | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22f4182..58d9f57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ that users understand how the changes affect the new version. version 5.0.0-dev --------------------------- ++ GffCompare: Make the `referenceAnnotation` input optional. ++ Stringtie: Add the `minimumCoverage` input. + mergePacBio: Rename `mergedReport` to `outputPathMergedReport`. + Lima: Fix copy commands. + Fixed the `size` call in the default for gffread's timeMinutes, to retrieve diff --git a/htseq.wdl b/htseq.wdl index ef4ae0a..76d3bb8 100644 --- a/htseq.wdl +++ b/htseq.wdl @@ -23,7 +23,6 @@ version 1.0 task HTSeqCount { input { Array[File]+ inputBams - Array[File]+ inputBamIndexes File gtfFile String outputTable = "output.tsv" String order = "pos" -- GitLab