Skip to content
Snippets Groups Projects
Commit 7b009a02 authored by Adrian Zimmer's avatar Adrian Zimmer
Browse files

Refactor

parent f4b0b741
No related branches found
No related tags found
No related merge requests found
......@@ -7,4 +7,4 @@ in_metadata_file:
path: ../merged_isa_metadata/merged_isa.tsv
in_metadata_sample: "Sample.Name.2"
in_metadata_factor: "Factor..Photosynthesis.mode."
out_folder: out
\ No newline at end of file
out_folder: out
......@@ -18,4 +18,4 @@ steps:
in:
in_genome_ref: in_genome_ref
out_folder: out_folder
out: [outdir]
\ No newline at end of file
out: [outdir]
......@@ -5,4 +5,4 @@ in_isa_study:
in_isa_assay:
class: File
path: ../../assays/Talinum_RNASeq_minimal/isa.assay.xlsx
out_folder: out
\ No newline at end of file
out_folder: out
#!/usr/bin/env cwl-runner
cwlVersion: v1.2.0-dev1
class: CommandLineTool
hints:
......@@ -10,6 +9,8 @@ requirements:
listing:
- class: File
location: kallisto_collect.R
baseCommand:
- Rscript
arguments:
- position: 0
valueFrom: kallisto_collect.R
......@@ -34,7 +35,6 @@ inputs:
type: string
inputBinding:
position: 5
outputs:
- id: outdir
type:
......@@ -42,6 +42,3 @@ outputs:
items: Directory
outputBinding:
glob: $(runtime.outdir)/$(inputs.out_folder)
baseCommand:
- Rscript
\ No newline at end of file
#!/usr/bin/env cwl-runner
cwlVersion: v1.2.0-dev1
class: CommandLineTool
hints:
......@@ -10,6 +9,8 @@ requirements:
listing:
- class: File
location: kallisto_index.sh
baseCommand:
- bash
arguments:
- position: 0
valueFrom: ./kallisto_index.sh
......@@ -22,7 +23,6 @@ inputs:
type: string
inputBinding:
position: 2
outputs:
- id: outdir
type:
......@@ -30,6 +30,3 @@ outputs:
items: Directory
outputBinding:
glob: $(runtime.outdir)/$(inputs.out_folder)
baseCommand:
- bash
\ No newline at end of file
#!/usr/bin/env cwl-runner
cwlVersion: v1.2.0-dev1
class: CommandLineTool
hints:
......
......@@ -10,6 +10,8 @@ requirements:
listing:
- class: File
location: kallisto_sleuth.R
baseCommand:
- Rscript
arguments:
- position: 0
valueFrom: kallisto_sleuth.R
......@@ -29,6 +31,3 @@ outputs:
items: Directory
outputBinding:
glob: $(runtime.outdir)/$(inputs.out_folder)
baseCommand:
- Rscript
\ No newline at end of file
......@@ -10,6 +10,8 @@ requirements:
listing:
- class: File
location: merge_isa_metadata.R
baseCommand:
- Rscript
arguments:
- position: 0
valueFrom: merge_isa_metadata.R
......@@ -34,6 +36,3 @@ outputs:
items: Directory
outputBinding:
glob: $(runtime.outdir)/$(inputs.out_folder)
baseCommand:
- Rscript
#!/usr/bin/env cwl-runner
cwlVersion: v1.2.0-dev1
class: CommandLineTool
hints:
......@@ -10,6 +9,8 @@ requirements:
listing:
- class: File
location: shiny_prep.R
baseCommand:
- Rscript
arguments:
- position: 0
valueFrom: shiny_prep.R
......@@ -22,7 +23,6 @@ inputs:
type: File
inputBinding:
position: 2
outputs:
- id: outdir
type:
......@@ -30,6 +30,3 @@ outputs:
items: Directory
outputBinding:
glob: $(runtime.outdir)/$(inputs.out_folder)
baseCommand:
- Rscript
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment