Skip to content

Commit

Permalink
Fix typo in README.md (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdm9 authored Jan 24, 2024
2 parents 0c235db + 4106443 commit 897c690
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,14 @@ snakemake -j 16 -p --use-conda --conda-frontend mamba --ri
snakemake --profile ./ebio-cluster/
```

### Compatablity
### Compatibility

While snakemake and Acanthophis are cross-platform, most of the underlying tools are only packaged for and/or only operate on Linux `x68_64`. Therefore, I only support users on Linux systems. In theory, everything *should* run on OSX or WSL, but the vast majority of users will want to utilise a high performance linux workstation (at least, probably more likely a cluster).

### Running tests

For running tests, see [./tests/README.md](tests/README.md).

# Contribution & Assistance

If you have anything (advice, docs, code) you'd like to contribute, pull requests are more than welcome. Please discuss any major contribution in a new issue before implementing it, to avoid wasted effort.
Expand Down

0 comments on commit 897c690

Please sign in to comment.