Skip to content

Commit e786980

Browse files
committed
Updated gitignore
1 parent abb82e9 commit e786980

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
*
21
!*.md
32
!*.py
43
!*install
@@ -8,8 +7,10 @@
87
example/*.stats.txt
98
example/a*
109
example/test*
10+
.DS_Store
1111
!setup*
1212
!requirements.txt
13+
!blobtools
1314
!MANIFEST.in
1415
data/n*
1516
samtools/

blobtools

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

test/meta.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"id": "test", "name": "test", "records": 10, "record_type": "contigs", "fields": [{"id": "length", "name": "Length", "type": "variable", "datatype": "integer", "range": [216, 6273], "scale": "scaleLog", "preload": true}, {"id": "gc", "name": "GC", "type": "variable", "datatype": "float", "range":

0 commit comments

Comments
 (0)