From f2dd22d326333b3d844431e44361d6801d66b330 Mon Sep 17 00:00:00 2001 From: Sujit Silas Armstrong Suthahar <70657722+sujitsilas@users.noreply.github.com> Date: Mon, 27 Jan 2025 10:16:03 -0800 Subject: [PATCH] Add files via upload --- hoffman2_helper.html | 159 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 159 insertions(+) create mode 100644 hoffman2_helper.html diff --git a/hoffman2_helper.html b/hoffman2_helper.html new file mode 100644 index 0000000..20f6694 --- /dev/null +++ b/hoffman2_helper.html @@ -0,0 +1,159 @@ +
ssh your_username@hoffman2.idre.ucla.edu
+ Replace 'your_username' with your actual Hoffman2 username.
+Create a CSV file with the following columns:
+sample,fastq_1,fastq_2,strandedness +sample1,/path/to/sample1_R1.fastq.gz,/path/to/sample1_R2.fastq.gz,auto +sample2,/path/to/sample2_R1.fastq.gz,/path/to/sample2_R2.fastq.gz,auto +sample3,/path/to/sample3_R1.fastq.gz,/path/to/sample3_R2.fastq.gz,auto+