Skip to content

Commit dd88f9b

Browse files
authored
Merge pull request #53 from DRL/v1
BlobTools v1.0
2 parents 0b75884 + 6a98a3b commit dd88f9b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+480
-15497
lines changed

.gitignore

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
1+
*
2+
!*.md
3+
!*.py
4+
!*install
5+
!lib/*
6+
!data/
7+
!example/*
8+
!setup*
9+
!requirements.txt
10+
!MANIFEST.in
111
data/nodesDB.txt
2-
tests/
12+
samtools/
313
*.pyc
4-
*.png
5-
test_files/blobDB.table.txt
6-
test.*
714
*.gz
815
*.fq
16+
*.png
17+
*.sam

license.txt renamed to LICENSE.md

File renamed without changes.

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include README.md
2+
include requirements.txt

README.md

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,32 @@
1-
# blobtools
2-
Application for the visualisation of (draft) genome assemblies using TAGC (Taxon-annotated Gc-Coverage) plots
1+
BlobTools v1.0
2+
===============================
3+
A modular command-line solution for visualisation, quality control and taxonomic partitioning of genome datasets
34

4-
For the documentation, please refer to https://blobtools.readme.io/
5+
Dependencies
6+
------------
7+
- UNIX system
8+
- Python 2.7+
9+
- ```pip```
10+
11+
Installation
12+
------------
13+
14+
$ git clone https://github.com/DRL/blobtools.git
15+
$ cd blobtools
16+
$ ./install
17+
18+
The installation script will:
19+
- install Python dependencies through ```pip```
20+
- download and install a copy of [samtools-1.5](http://www.htslib.org/download/) into the folder ```blobtools/samtools/```
21+
- download a copy of [NCBI TaxDump](ftp://ftp.ncbi.nlm.nih.gov/pub/taxonomy/) and create a nodesDB.txt file in ```blobtools/data/```. BlobTools will use this file for linking TaxIDs to NCBI taxonomies
22+
- create a BlobTools executable (```blobtools```) in the main directory
23+
24+
Usage
25+
-----
26+
27+
$ ./blobtools -h
28+
29+
Documentation
30+
-------------
31+
32+
[blobtools.readme.io](https://blobtools.readme.io) (under reconstruction)

blobtools

Lines changed: 0 additions & 1 deletion
This file was deleted.

blobtools.py

Lines changed: 0 additions & 78 deletions
This file was deleted.

example/.DS_Store

6 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)