Skip to content
Snippets Groups Projects
Commit 5b46df4b authored by JasperBoom's avatar JasperBoom
Browse files

Complete parameter_meta.

parent 00b947f9
No related branches found
No related tags found
No related merge requests found
......@@ -108,16 +108,16 @@ task NanoPlot {
dockerImage: {description: "The docker image used for this task. Changing this may result in errors which the developers may choose not to address.", category: "advanced"}
# outputs
dynamicHistogram: {description: ""}
readLengthHistogram: {description: ""}
lengthVsQualityScatterPlotDot: {description: ""}
lengthVsQualityScatterPlotKde: {description: ""}
logScaleReadLengthHistogram: {description: ""}
report: {description: ""}
weightedHistogram: {description: ""}
weightedLogScaleHistogram: {description: ""}
yieldByLength: {description: ""}
stats: {description: ""}
dynamicHistogram: {description: "Dynamic histogram of read length."}
readLengthHistogram: {description: "Histogram of read length."}
lengthVsQualityScatterPlotDot: {description: "Read lengths vs average read quality plot."}
lengthVsQualityScatterPlotKde: {description: "Read lengths vs average read quality plot."}
logScaleReadLengthHistogram: {description: "Histogram of read lengths after log transformation."}
report: {description: "Html summary report."}
weightedHistogram: {description: "Weighted histogram of read lengths."}
weightedLogScaleHistogram: {description: "Weighted histogram of read lengths after log transformation."}
yieldByLength: {description: "Cumulative yield plot."}
stats: {description: "NanoStats report."}
}
}
......@@ -166,7 +166,7 @@ task NanoQc {
dockerImage: {description: "The docker image used for this task. Changing this may result in errors which the developers may choose not to address.", category: "advanced"}
# outputs
report: {description: ""}
log: {description: ""}
report: {description: "Html summary report."}
log: {description: "Progress report."}
}
}
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