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
1
2
cwlVersion: v1.0
2
3
class: CommandLineTool
3
4
inputs : []
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env cwl-runner
1
2
cwlVersion: v1.0
2
3
class: CommandLineTool
3
4
inputs : []
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env cwl-runner
1
2
cwlVersion: v1.0
2
3
class: CommandLineTool
3
4
baseCommand :
@@ -16,4 +17,4 @@ outputs:
16
17
type : File
17
18
secondaryFiles : ^.fastq
18
19
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
1
2
cwlVersion: v1.0
2
3
class: Workflow
3
4
14
15
run : md5sum-tool.cwl
15
16
in :
16
17
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
1
2
cwlVersion: v1.0
2
3
class: CommandLineTool
3
4
baseCommand :
@@ -13,4 +14,4 @@ outputs:
13
14
outputBinding :
14
15
glob : "a. txt"
15
16
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