Skip to content
Snippets Groups Projects

Resolve "Add mandatory input and output docs to workflow"

Merged Daniel Göbel requested to merge feature/49-add-mandatory-input-and-output-docs into development
4 files
+ 56
9
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -16,7 +16,7 @@ export type WorkflowExecutionIn = {
@@ -16,7 +16,7 @@ export type WorkflowExecutionIn = {
*/
*/
parameters: any;
parameters: any;
/**
/**
* Bucket where to save the Nextflow report. If None, no report will be generated
* Bucket where to save the Nextflow report. If None, no report will be generated. With our without prefix 's3://'
*/
*/
report_output_bucket?: string;
report_output_bucket?: string;
};
};
Loading