We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cwlVersion: v1.0 # or v1.1 class: CommandLineTool requirements: InlineJavascriptRequirement: {} baseCommand: [] inputs: [] outputs: otu_table: type: File outputBinding: glob: otu_table.txt outputEval: ${self[0].basename=inputs.otu_table_name; return self;}