Skip to content
Snippets Groups Projects
Commit ae1d2c02 authored by Cats's avatar Cats
Browse files

update changelog

parent f468bd56
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment