From 61b17571c66a89eeb670a097af034b62b52f2595 Mon Sep 17 00:00:00 2001 From: candicechu Date: Sun, 13 Mar 2016 21:11:00 -0500 Subject: [PATCH] new files --- candice-key.csv | 7 +++++++ candice_list | 9 +++++++++ 2 files changed, 16 insertions(+) create mode 100644 candice-key.csv create mode 100644 candice_list diff --git a/candice-key.csv b/candice-key.csv new file mode 100644 index 0000000..1f18443 --- /dev/null +++ b/candice-key.csv @@ -0,0 +1,7 @@ +"sample","type" +"DMSO1","control" +"DMSO2","control" +"DMSO3","control" +"TCDD1","treatment" +"TCDD2","treatment" +"TCDD3","treatment" diff --git a/candice_list b/candice_list new file mode 100644 index 0000000..d014303 --- /dev/null +++ b/candice_list @@ -0,0 +1,9 @@ +species="grch38-human" +samplelist=(\ +/home/candice/Assignment/FastqFile_processed/DMSO1.fastq.bz2 \ +/home/candice/Assignment/FastqFile_processed/DMSO2.fastq.bz2 \ +/home/candice/Assignment/FastqFile_processed/DMSO3.fastq.bz2 \ +/home/candice/Assignment/FastqFile_processed/TCDD1.fastq.bz2 \ +/home/candice/Assignment/FastqFile_processed/TCDD2.fastq.bz2 \ +/home/candice/Assignment/FastqFile_processed/TCDD3.fastq.bz2 \ +)