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

modify collect-columns parameter_meta

parent 3c8c9877
No related branches found
No related tags found
No related merge requests found
......@@ -44,49 +44,27 @@ task CollectColumns {
}
parameter_meta {
inputTables: {
description: "The tables from which columns should be taken.",
category: "required"
}
outputPath: {
description: "The path to which the output should be written.",
category: "required"
}
featureColumn: {
description: "Equivalent to the -f option of collect-columns.",
category: "common" # Should likely be controlled by the calling workflow
}
valueColumn: {
description: "Equivalent to the -c option of collect-columns.",
category: "common" # Should likely be controlled by the calling workflow
}
separator: {
description: "Equivalent to the -s option of collect-columns.",
category: "common" # Should likely be controlled by the calling workflow
}
sampleNames: {
description: "Equivalent to the -n option of collect-columns.",
category: "common" # Should likely be controlled by the calling workflow
}
header: {
description: "Equivalent to the -H flag of collect-columns.",
category: "common"
}
additionalAttributes: {
description: "Equivalent to the -a option of collect-columns.",
category: "advanced"
}
referenceGtf: {
description: "Equivalent to the -g option of collect-columns.",
category: "advanced"
}
featureAttribute: {
description: "Equivalent to the -F option of collect-columns.",
category: "advanced"
}
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"
}
inputTables: {description: "The tables from which columns should be taken.",
category: "required"}
outputPath: {description: "The path to which the output should be written.",
category: "required"}
featureColumn: {description: "Equivalent to the -f option of collect-columns.",
category: "advanced"}
valueColumn: {description: "Equivalent to the -c option of collect-columns.",
category: "advanced"}
separator: {description: "Equivalent to the -s option of collect-columns.",
category: "advanced"}
sampleNames: {description: "Equivalent to the -n option of collect-columns.",
category: "advanced"}
header: {description: "Equivalent to the -H flag of collect-columns.",
category: "advanced"}
additionalAttributes: {description: "Equivalent to the -a option of collect-columns.",
category: "advanced"}
referenceGtf: {description: "Equivalent to the -g option of collect-columns.",
category: "advanced"}
featureAttribute: {description: "Equivalent to the -F option of collect-columns.",
category: "advanced"}
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"}
}
}
\ No newline at end of file
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