Skip to content

Commit

Permalink
[hack] temporary log collect sarscov2
Browse files Browse the repository at this point in the history
  • Loading branch information
DrYak committed Oct 3, 2024
1 parent 3eb2932 commit 999c3b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorial_sarscov2.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ First, you need to prepare the data:
```bash
mkdir -p samples/SRR10903401/20200102/raw_data
cd samples/SRR10903401/20200102/raw_data
fasterq-dump --progress SRR10903401
fasterq-dump --progress SRR10903401 2> >(tee download.err.log >&2)
cd -
```

```bash
mkdir -p samples/SRR10903402/20200102/raw_data
cd samples/SRR10903402/20200102/raw_data
fasterq-dump --progress SRR10903402
fasterq-dump --progress SRR10903402 2> >(tee download.err.log >&2)
cd -
```

Expand Down

0 comments on commit 999c3b1

Please sign in to comment.