outputs:
std_out:
type: stdout
stdout: stdout.txt
steps:
fastQValidator1:
run: Dockerfiles/fastQValidator/fastQValidator.cwl
in:
fastq_file: fastq1
out: [std_out]
fastQValidator2:
run: Dockerfiles/fastQValidator/fastQValidator.cwl
in:
fastq_file: fastq2
out: [std_out]
outputs:
fqValidator1_out:
type: File
outputSource: fastQValidator1/std_out
fqValidator2_out:
type: File
outputSource: fastQValidator2/std_out
How would I rename std_out from my workflow, instead of the tool? I want to leave the tool generic and customize the outputs using the workflow.
--
You received this message because you are subscribed to the Google Groups "common-workflow-language" group.
To unsubscribe from this group and stop receiving emails from it, send an email to common-workflow-la...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/common-workflow-language/86771130-2d1d-483c-af7f-353ebdb60127%40googlegroups.com.