Skip to content
Snippets Groups Projects
Commit 2fdabcca authored by JasperBoom's avatar JasperBoom
Browse files

Update parameter_meta.

parent afac85df
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ that users understand how the changes affect the new version.
version 5.0.0-dev
---------------------------
+ NanoPack: Add parameter_meta to NanoPlot task.
+ Centrifuge: Remove metrics file from classification (which causes the
summary report to be empty).
https://github.com/DaehwanKimLab/centrifuge/issues/83
......
......@@ -92,6 +92,7 @@ task NanoPlot {
inputFileType: {description: "The format of the read file.", category: "required"}
outputDir: {description: "Output directory path.", category: "required"}
outputPrefix: {description: "Output file prefix.", category: "required"}
outputPath: {description: "Combination of the outputDir & outputPrefix strings.", category: "advanced"}
outputTsvStats: {description: "Output the stats file as a properly formatted TSV.", category: "common"}
dropOutliers: {description: "Drop outlier reads with extreme long length.", category: "advanced"}
logLengths: {description: "Additionally show logarithmic scaling of lengths in plots.", 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