You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+47-4Lines changed: 47 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,56 @@
1
1
# blobtools
2
-
Application for the visualisation of draft genome assemblies and general QC
2
+
Application for the visualisation of (draft) genome assemblies and general assembly QC using TAGC (Taxon-annotated Gc-Coverage) plots [Kumar et al. 2012](http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3843372/pdf/fgene-04-00237.pdf).
3
3
4
-
- Requirements
4
+
##Requirements
5
5
6
6
```
7
-
pip install matplotlib
8
-
pip install docopt
7
+
- Python 2.7+
8
+
- Matplotlib 1.5
9
+
- Docopt
10
+
- Virtualenv (Recommended, see [tutorial](http://docs.python-guide.org/en/latest/dev/virtualenvs/))
0 commit comments