Skip to content

Commit

Permalink
update Python requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
kmnip committed Feb 14, 2018
1 parent 0c1e2ba commit 2841737
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Trans-ABySS
## *De novo* assembly of RNAseq data using ABySS

[Ka Ming Nip](mailto:kmnip@bcgsc.ca), [Readman Chiu](mailto:rchiu@bcgsc.ca)
[Ka Ming Nip](mailto:kmnip@bcgsc.ca) and [Readman Chiu](mailto:rchiu@bcgsc.ca)

Copyright 2018 Canada's Michael Smith Genome Sciences Centre, BC Cancer

Expand All @@ -18,8 +18,8 @@ If you use Trans-ABySS, please cite:

Program requirements for `transabyss` and `transabyss-merge`:
* [ABySS 2.0.x](https://github.com/bcgsc/abyss/releases)
* [Python 2.7.10+](https://www.python.org/download/releases/2.7.6/)
* [python-igraph 0.7.0+](http://igraph.org/python/#downloads)
* [Python 2.7.x](https://www.python.org/download/releases/2.7.14/) or [Python 3.6.x](https://www.python.org/download/releases/3.6.4/)
* [python-igraph 0.7.x](http://igraph.org/python/#downloads)
* [BLAT](http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/blat/blat)

Required Python packages (ie. python-igraph) can be installed
Expand Down

0 comments on commit 2841737

Please sign in to comment.