-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #247 from ssjunnebo/update_python_version
Update python min version
- Loading branch information
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,7 +60,7 @@ Please read the [ARIBA wiki page][ARIBA wiki] for full usage instructions. | |
If you encounter an issue when installing ARIBA please contact your local system administrator. If you encounter a bug please log it [here](https://github.com/sanger-pathogens/ariba/issues) or email us at [email protected]. | ||
|
||
### Required dependencies | ||
* [Python3][python] version >= 3.3.2 | ||
* [Python3][python] version >= 3.4.0 | ||
* [Bowtie2][bowtie2] version >= 2.1.0 | ||
* [CD-HIT][cdhit] version >= 4.6 | ||
* [MUMmer][mummer] version >= 3.23 | ||
|
@@ -73,6 +73,7 @@ are not already installed: | |
* pyfastaq >= 3.12.0 | ||
* pysam >= 0.9.1 | ||
* pymummer >= 0.10.1 | ||
* biopython | ||
|
||
### Using pip3 | ||
Install ARIBA using pip: | ||
|