Skip to content

Commit

Permalink
document command
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Jan 19, 2024
1 parent 9936b9a commit fb6cf02
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/arriba/test_data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,9 @@ Test data was obtained from https://github.com/snakemake/snakemake-wrappers/tree
__author__ = "Jan Forster"
__copyright__ = "Copyright 2019, Jan Forster"
__email__ = "[email protected]"
__license__ = "MIT"
__license__ = "MIT"

```bash
git clone --depth 1 --single-branch --branch master https://github.com/snakemake/snakemake-wrappers /tmp/snakemake-wrappers
cp -r /tmp/snakemake-wrappers/bio/arriba/test/* src/arriba/test_data
```

0 comments on commit fb6cf02

Please sign in to comment.