Skip to content
Snippets Groups Projects
Commit 790444da authored by JasperBoom's avatar JasperBoom
Browse files

Update CHANGELOG.

parent 2105f016
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,8 @@ that users understand how the changes affect the new version.
version 2.2.0-dev
---------------------------
+ Update parameter_meta for TALON, Centrifuge and Minimap2.
+ Centrifuge: Fix issue where Centrifuge Inspect did not get the correct index files location.
+ Add `minimumContigLength` input to PlotDenoisedCopyRatios and PlotModeledSegments.
+ Add `commonVariantSitesIndex` input to CollectAllelicCounts
+ Centrifuge: Fix issue where Centrifuge could not locate index files.
......
......@@ -206,7 +206,7 @@ task Inspect {
parameter_meta {
# inputs
printOption: {description: "The output option for inspect (fasta, summary, conversionTable, taxonomyTree, nameTable, sizeTable)", category: "required"}
indexBasename: {description: "The basename of the index to be inspected.", category: "required"}
indexFiles: {description: "The files of the index for the reference genomes.", category: "required"}
outputPrefix: {description: "Output directory path + output file prefix.", category: "required"}
across: {description: "When printing FASTA output, output a newline character every <int> bases.", category: "common"}
memory: {description: "The amount of memory available to the job.", category: "advanced"}
......
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