Skip to content

Commit b0187be

Browse files
committed
Updated directory paths to current
1 parent 00d3acb commit b0187be

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

lessons/wk5_lesson01_introR_Rstudio.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,10 @@ Since we are on Biowulf, we can simply copy our files into our directory!
416416
2. You can `cp` as we have before, so go ahead and run the following commands:
417417

418418
``` bash
419-
$ cp /data/Bspc-training/shared/rnaseq_jan2025/downstream_data/mouse_exp_design.csv .
419+
# cp metadata
420+
$ cp /data/Bspc-training/shared/rnaseq_mov10/downstream_data/mouse_exp_design.csv .
421+
# cp read count data
422+
$ cp /data/Bspc-training/shared/rnaseq_mov10/downstream_data/counts.rpkm.csv .
420423
```
421424

422425
The files should appear in your Files Pane!
@@ -557,13 +560,13 @@ Using HPC on Demand and following the instructions above in the RStudio Project
557560
- Count data:
558561
559562
``` bash
560-
/data/Bspc-training/shared/rnaseq_jan2025/downstream_data/mov10_AllSamples_featurecounts.Rmatrix.txt
563+
/data/Bspc-training/shared/rnaseq_mov10/downstream_data/mov10_AllSamples_featurecounts.Rmatrix.txt
561564
```
562565
563566
- Experimental metadata:
564567
565568
``` bash
566-
/data/Bspc-training/shared/rnaseq_jan2025/downstream_data/mov10_AllSamples_metadata.txt
569+
/data/Bspc-training/shared/rnaseq_mov10/downstream_data/mov10_AllSamples_metadata.txt
567570
```
568571
569572
**To submit your assignment**: Message me a screenshot on Slack of your RStudio interface showing that you are in your new `DEanalysis` directory and that the two files are visible in your Files Pane.

0 commit comments

Comments
 (0)