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 @@ +
+
+

Hoffman2 nfCore RNA-seq Bash Script Generator

+ + +
+

Login to Hoffman2

+
+ ssh your_username@hoffman2.idre.ucla.edu +
+

Replace 'your_username' with your actual Hoffman2 username.

+
+ +
+

Create Sample Sheet

+ +
+

Create a CSV file with the following columns:

+
    +
  • sample: Unique sample identifier
  • +
  • fastq_1: Path to first FASTQ file
  • +
  • fastq_2: Path to second FASTQ file (for paired-end data)
  • +
  • strandedness: RNA-seq strandedness (auto/forward/reverse/unstranded)
  • +
+ +
+

Example sample sheet:

+
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
+
+ +
+

Tips:

+
    +
  • Save the file with a .csv extension
  • +
  • Use full paths to FASTQ files
  • +
  • Ensure all FASTQ files are accessible on Hoffman2
  • +
  • If unsure about strandedness, use 'auto'
  • +
  • Double-check that there are no spaces after commas
  • +
+
+
+
+ +
+

Generate Bash Script

+ +
+
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ + + +
+ +
+

Bash Script:

+

+      
+
+
+ + +
\ No newline at end of file