Skip to content

document how to rename an output file #116

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
davidealbanese opened this issue Aug 9, 2018 · 0 comments · Fixed by #156
Closed

document how to rename an output file #116

davidealbanese opened this issue Aug 9, 2018 · 0 comments · Fixed by #156
Labels
for miscellaneous page things to be added to a _extras/miscellaneous page

Comments

@davidealbanese
Copy link

davidealbanese commented Aug 9, 2018

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;}
@tobyhodges tobyhodges added the for miscellaneous page things to be added to a _extras/miscellaneous page label Jul 27, 2019
@mr-c mr-c closed this as completed in #156 Jul 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
for miscellaneous page things to be added to a _extras/miscellaneous page
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants