...
| Code Block | ||||
|---|---|---|---|---|
| ||||
cds
cp -r $BI/ngs_course/human_variation BDIB_Human_tutorial/raw_files &
# This command will take some amount of time to finish. Move onto the next task while you wait, and later when it has finished copying do the next command
cd $SCRATCH/BDIB_Human_tutorial/rawfiles
gunzip *.gz # this will unzip all the compressed files you have just copied |
...