File tree Expand file tree Collapse file tree 5 files changed +8
-3
lines changed Expand file tree Collapse file tree 5 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1+ #!/usr/bin/env cwl-runner
12cwlVersion: v1.0
23class: CommandLineTool
34inputs : []
Original file line number Diff line number Diff line change 1+ #!/usr/bin/env cwl-runner
12cwlVersion: v1.0
23class: CommandLineTool
34inputs : []
Original file line number Diff line number Diff line change 1+ #!/usr/bin/env cwl-runner
12cwlVersion: v1.0
23class: CommandLineTool
34baseCommand :
@@ -16,4 +17,4 @@ outputs:
1617 type : File
1718 secondaryFiles : ^.fastq
1819 outputBinding :
19- glob : $(inputs.fasta_path.basename)
20+ glob : $(inputs.fasta_path.basename)
Original file line number Diff line number Diff line change 1+ #!/usr/bin/env cwl-runner
12cwlVersion: v1.0
23class: Workflow
34
1415 run : md5sum-tool.cwl
1516 in :
1617 input_file: input_file
17- out : [output_file]
18+ out : [output_file]
Original file line number Diff line number Diff line change 1+ #!/usr/bin/env cwl-runner
12cwlVersion: v1.0
23class: CommandLineTool
34baseCommand :
@@ -13,4 +14,4 @@ outputs:
1314 outputBinding :
1415 glob : "a. txt"
1516 loadContents : true
16- outputEval : "${\n return parseFloat(self[0]. contents);\n}"
17+ outputEval : "${\n return parseFloat(self[0]. contents);\n}"
You can’t perform that action at this time.
0 commit comments