Skip to content

Commit

Permalink
Updated the test instructions, as the GitHub path is hardcoded in the…
Browse files Browse the repository at this point in the history
… test data too
  • Loading branch information
muffato committed Sep 27, 2023
1 parent 7b98305 commit 702cf96
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,13 @@ First, choose a download location `${TREEVAL_TEST_DATA}` and run this command:
```
cd ${TREEVAL_TEST_DATA}
curl https://tolit.cog.sanger.ac.uk/test-data/resources/treeval/TreeValTinyData.tar.gz | tar xzf -
sed -i "s|/home/runner/work/treeval/treeval|${TREEVAL_TEST_DATA}|" TreeValTinyData/gene_alignment_data/fungi/csv_data/LaetiporusSulphureus.gfLaeSulp1-data.csv
```

Then, modify the configuration file to point at that download location:
Then, modify the configuration file to point at that download location and off you go:

```
sed -i "s|/home/runner/work/treeval/treeval|${TREEVAL_TEST_DATA}|" assets/github_testing/TreeValTinyTest.yaml
```

And off you go:

```
nextflow run . -profile test_github,singularity
```

Expand Down

0 comments on commit 702cf96

Please sign in to comment.