diff --git a/client/src/snippets.json b/client/src/snippets.json index 2d826c4..fd13f79 100644 --- a/client/src/snippets.json +++ b/client/src/snippets.json @@ -183,5 +183,50 @@ "" ], "description": "Add a xref section with bio.tools type." - } + }, + "single output": { + "prefix": "gx-output-single", + "body": [ + "" + ], + "description": "Add a simple single output." + }, + "single output picked up from the working directory": { + "prefix": "gx-output-single-from-work-dir", + "body": [ + "" + ], + "description": "Add a simple single output, that is picked up from the job working directory." + }, + "single tabular output with column-metadata": { + "prefix": "gx-output-single-tabular-with-metadata", + "body": [ + "", + " ", + " ", + " ", + "" + ], + "description": "Add a single tabular output and specify the column names as metadata." + }, + "single optional output with filters": { + "prefix": "gx-output-single-filter", + "body": [ + "", + "", + " condintional_name['select_name'] == 'advanced' and conditional_name['boolean_parameter_name']", + "" + ], + "description": "Add a optional output with filters." + }, + "dynamic number of outputs in a collections": { + "prefix": "gx-output-dynamic-collection", + "body": [ + "", + "", + " ", + "" + ], + "description": "Dynamic number of outputs in a collection." + } }