From 7aa6183e1743fb9eb01b4d0e7c2acc800b953f70 Mon Sep 17 00:00:00 2001 From: Dominik Brilhaus <brilhaus@nfdi4plants.org> Date: Fri, 14 Mar 2025 08:50:19 +0100 Subject: [PATCH] outcomment tests --- workflows/deseq2/deseq2.R | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/workflows/deseq2/deseq2.R b/workflows/deseq2/deseq2.R index 88ec8ee..be32d9c 100644 --- a/workflows/deseq2/deseq2.R +++ b/workflows/deseq2/deseq2.R @@ -8,12 +8,12 @@ library("rhdf5") library("ggplot2") library("readxl") -## In-and-out +# ## Tests -inKallistoResults <- "../../runs/kallisto/kallisto_results" -inMetadataFile <- "../../runs/isaSampleToRawDataSeq-run/rnaseq-samples.xlsx" -inMetadataSample <- "Input [Source Name]" -inMetadataFactorList <- list("Factor [Photosynthesis mode]") +# inKallistoResults <- "../../runs/kallisto/kallisto_results" +# inMetadataFile <- "../../runs/isaSampleToRawDataSeq-run/rnaseq-samples.xlsx" +# inMetadataSample <- "Input [Source Name]" +# inMetadataFactorList <- list("Factor [Photosynthesis mode]") ### Read arguments from CLI -- GitLab