Skip to content

Commit

Permalink
create manifest blank cwl
Browse files Browse the repository at this point in the history
  • Loading branch information
buehlere committed Jun 14, 2023
0 parents commit 4890448
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions manifest.cwl
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
cwlVersion: v1.0
class: ExpressionTool
id: passthrough
requirements:
InlineJavascriptRequirement: {}

inputs:
manifest_data: File

outputs:
manifest_data: File

expression: |
${
return {
'mapping_file': inputs.manifest_data,
};
}

0 comments on commit 4890448

Please sign in to comment.