Skip to content

Commit 063a64e

Browse files
committed
Release v1.1
- Fixed bugs - Added dependencies: pysam, tqdm - Removed dependency: samtools - Added faster coverage estimation - Please report issues if this breaks existing pipelines
1 parent a14630e commit 063a64e

27 files changed

+813
-1062
lines changed

Diff for: .gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,16 @@
66
!data/
77
!example/*
88
example/*.stats.txt
9+
example/a*
10+
example/test*
911
!setup*
1012
!requirements.txt
1113
!MANIFEST.in
12-
data/nodesDB.txt
14+
data/n*
1315
samtools/
1416
*.pyc
1517
*.gz
1618
*.fq
1719
*.png
1820
*.sam
21+

Diff for: blobtools.py

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/usr/bin/env python3s
2+
# -*- coding: utf-8 -*-
3+
4+
from lib.interface import main
5+
6+
if __name__ == '__main__':
7+
main()

Diff for: example/mapping_1.bam.cov

-16
This file was deleted.

Diff for: example/mapping_1.sorted.bam

1.7 MB
Binary file not shown.

Diff for: example/mapping_1.sorted.bam.bai

816 Bytes
Binary file not shown.

Diff for: example/mapping_2.bam.cov

-16
This file was deleted.

Diff for: example/mapping_2.sorted.bam

4.86 MB
Binary file not shown.

Diff for: example/mapping_2.sorted.bam.bai

816 Bytes
Binary file not shown.

Diff for: install

-155
This file was deleted.

0 commit comments

Comments
 (0)