Skip to content

Commit e633bd3

Browse files
author
Sara Sjunnebo
committed
Include tests in README
1 parent 25d0fa0 commit e633bd3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Takes annotated assemblies in GFF3 format and calculates the pan genome.
2626
* [Docker \- OSX/Linux/Windows/Cloud](#docker---osxlinuxwindowscloud)
2727
* [Installing from source (advanced Linux users only)](#installing-from-source-advanced-linux-users-only)
2828
* [Ancient systems and versions of perl](#ancient-systems-and-versions-of-perl)
29+
* [Running the tests](#running-the-tests)
2930
* [Versions of software we test against](#versions-of-software-we-test-against)
3031
* [Usage](#usage)
3132
* [License](#license)
@@ -141,6 +142,13 @@ bedtools cd-hit blast mcl GNUparallel prank mafft fasttree
141142
### Ancient systems and versions of perl
142143
The code will not work with perl 5.8 or below (pre-modern perl). We no longer test against 5.10 (released 2007) or 5.12 (released 2010). If you're running a very old verison of Linux, you're also in trouble.
143144

145+
### Running the tests
146+
The test can be run with dzil from the top level directory:
147+
148+
```
149+
dzil test
150+
```
151+
144152
### Versions of software we test against
145153
* Perl 5.14, 5.26
146154
* cdhit 4.6.8

0 commit comments

Comments
 (0)