Skip to content

Commit

Permalink
Merge branch 'mm49_github_test' of https://github.com/sanger-tol/treeval
Browse files Browse the repository at this point in the history
 into mm49_github_test
  • Loading branch information
DLBPointon committed Sep 27, 2023
2 parents 0092471 + 702cf96 commit 370361f
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 370361f

Please sign in to comment.