From c6de9b320fd1239aa1760d39338381f7b4302e1e Mon Sep 17 00:00:00 2001
From: ddepanis <ddepanis@mi.fu-berlin.de>
Date: Mon, 1 Jul 2024 21:16:30 +0000
Subject: [PATCH] Update build_illumina_example.tsv

---
 .../exampleSampleSheets/build_illumina_example.tsv   | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/configuration/exampleSampleSheets/build_illumina_example.tsv b/configuration/exampleSampleSheets/build_illumina_example.tsv
index b3de942..f9be4b9 100644
--- a/configuration/exampleSampleSheets/build_illumina_example.tsv
+++ b/configuration/exampleSampleSheets/build_illumina_example.tsv
@@ -1,6 +1,6 @@
-sample      Library_R1				   Library_R2     			  meryl_kmer_size  trim10X  trimAdapters  fastQC
-organismX   /<pathto>/organismX_Library1_R1.fq.gz  /<pathto>/organismX_Library1_R2.fq.gz  21		   False    False	  True
-organismX   /<pathto>/organismX_Library2_R1.fq.gz  /<pathto>/organismX_Library2_R2.fq.gz  21		   False    False	  True
-organismY   /<pathto>/organismY_Library1_R1.fastq  /<pathto>/organismY_Library1_R2.fastq  21		   True	    True	  True
-organismY   /<pathto>/organismY_Library2_R1.fastq  /<pathto>/organismY_Library2_R2.fastq  21		   True	    True	  True
-organismY   /<pathto>/organismY_Library3_R1.fastq  /<pathto>/organismY_Library3_R2.fastq  21		   True	    True	  True
+sample  Library_R1  Library_R2  meryl_kmer_size trim10X trimAdapters    fastQC
+organismX   /<pathto>/organismX_Library1_R1.fq.gz   /<pathto>/organismX_Library1_R2.fq.gz    21    False    False   True
+organismX   /<pathto>/organismX_Library2_R1.fq.gz   /<pathto>/organismX_Library2_R2.fq.gz    21    False    False   True
+organismY   /<pathto>/organismY_Library1_R1.fastq   /<pathto>/organismY_Library1_R2.fastq    21    True True    True
+organismY   /<pathto>/organismY_Library2_R1.fastq   /<pathto>/organismY_Library2_R2.fastq    21    True True    True
+organismY   /<pathto>/organismY_Library3_R1.fastq   /<pathto>/organismY_Library3_R2.fastq    21    True True    True
\ No newline at end of file
-- 
GitLab