Skip to content

Commit

Permalink
docs: fix example workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool authored Nov 17, 2023
1 parent 8e1d3be commit 0fa4e70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ You'll first need to start an interactive session and create a directory from wh
# start an interactive node
sinteractive --mem=2g --cpus-per-task=2 --gres=lscratch:200
# make a working directory for your project and go to it
mkdir -p /data/$USER/chipseq
cd /data/$USER/chipseq
mkdir -p /data/$USER/crisprseq
cd /data/$USER/crisprseq
# load the ccbrpipeliener module
module load ccbrpipeliner
```
Expand Down

0 comments on commit 0fa4e70

Please sign in to comment.