Skip to content
Snippets Groups Projects

Restructure cwl

Merged Dominik Brilhaus requested to merge restructure-cwl into main
1 file
+ 5
5
Compare changes
  • Side-by-side
  • Inline
+ 5
5
@@ -8,12 +8,12 @@ library("rhdf5")
@@ -8,12 +8,12 @@ library("rhdf5")
library("ggplot2")
library("ggplot2")
library("readxl")
library("readxl")
## In-and-out
# ## Tests
inKallistoResults <- "../../runs/kallisto/kallisto_results"
# inKallistoResults <- "../../runs/kallisto/kallisto_results"
inMetadataFile <- "../../runs/isaSampleToRawDataSeq-run/rnaseq-samples.xlsx"
# inMetadataFile <- "../../runs/isaSampleToRawDataSeq-run/rnaseq-samples.xlsx"
inMetadataSample <- "Input [Source Name]"
# inMetadataSample <- "Input [Source Name]"
inMetadataFactorList <- list("Factor [Photosynthesis mode]")
# inMetadataFactorList <- list("Factor [Photosynthesis mode]")
### Read arguments from CLI
### Read arguments from CLI
Loading