Skip to content

Commit

Permalink
changed some cd to pushd
Browse files Browse the repository at this point in the history
  • Loading branch information
lskatz authored Oct 13, 2020
1 parent 80f262f commit 7f15f01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/CONTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ An example path is given in the instructions below, with `KRAKEN_DEFAULT_DB`.
```bash
KRAKEN_DEFAULT_DB=$HOME/db/kraken1/minikraken_20171013_4GB
mkdir -pv $KRAKEN_DEFAULT_DB
cd $KRAKEN_DEFAULT_DB
pushd $KRAKEN_DEFAULT_DB
cd ..
wget https://ccb.jhu.edu/software/kraken/dl/minikraken_20171019_4GB.tgz
tar -zxvf minikraken_20171019_4GB.tgz
rm -vf minikraken_20171019_4GB.tgz
cd -
popd
```

## Singularity
Expand Down

0 comments on commit 7f15f01

Please sign in to comment.