Skip to content

Commit

Permalink
Update RNASeq25.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wyim-pgl authored Nov 18, 2024
1 parent c9dc475 commit 70cb751
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _episodes/RNASeq25.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: page
title: RNASeq
title: HPC
published: true
---

Expand Down Expand Up @@ -682,7 +682,7 @@ trim_galore --paired --three_prime_clip_R1 5 --three_prime_clip_R2 5 --cores 2

### Prepare templet
```bash
cat /data/gpfs/assoc/bch709-5/Course_material/mouse/run.sh | sed "s/\-\-cpus\-per\-task\=2/\-\-cpus\-per\-task\=4/g; s/\[NAME\]/Trim/g; s/\[youremail\]/${USER}\@unr.edu\,${USER}\@nevada.unr.edu/g" > /data/gpfs/assoc/bch709-5/students/${USER}/mouse/fastq/trim.sh
cat /data/gpfs/assoc/bch709-5/students/Course_materials/mouse/run.sh | sed "s/\-\-cpus\-per\-task\=2/\-\-cpus\-per\-task\=4/g; s/\[NAME\]/Trim/g; s/\[youremail\]/${USER}\@unr.edu\,${USER}\@nevada.unr.edu/g" > /data/gpfs/assoc/bch709-5/students/${USER}/mouse/fastq/trim.sh
```

### Edit templet
Expand Down

0 comments on commit 70cb751

Please sign in to comment.