Skip to content

Commit

Permalink
Use consistent form for shell variables (with braces)
Browse files Browse the repository at this point in the history
  • Loading branch information
iimog committed Dec 6, 2017
1 parent cb1c517 commit c010a63
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 @@ -143,8 +143,8 @@ For preparation, a folder will be created and an example dataset will be downloa
```shell
# create a folder for the testrun, adjust this to your needs or use the current folder DATAFOLDER=$(pwd)
DATAFOLDER=/tmp/chloroExtractor-testrun
mkdir -p $DATAFOLDER
cd $DATAFOLDER
mkdir -p ${DATAFOLDER}
cd ${DATAFOLDER}

# download the example set and extract the sequencing reads
wget 'https://zenodo.org/record/884449/files/SRR5216995_1M.tar.bz2' -O - | tar xjf -
Expand Down

0 comments on commit c010a63

Please sign in to comment.