Mercurial > repos > test-svm > kmersvm_test
comparison kmersvm/scripts/split_genome.py @ 2:e8dcc2ed0f9f draft
Included bugfix, README
| author | test-svm |
|---|---|
| date | Sun, 05 Aug 2012 16:32:03 -0400 |
| parents | 66088269713e |
| children |
comparison
equal
deleted
inserted
replaced
| 1:a8cbea0008d4 | 2:e8dcc2ed0f9f |
|---|---|
| 1 import os | 1 import os |
| 2 import os.path | 2 import os.path |
| 3 import sys | 3 import sys |
| 4 import optparse | 4 import optparse |
| 5 import math | 5 import math |
| 6 import struct | |
| 7 import re | 6 import re |
| 8 from libkmersvm import * | 7 from libkmersvm import * |
| 9 | 8 |
| 10 def split(bed_file,options): | 9 def split(bed_file,options): |
| 11 split_f = open(options.output, 'w') | 10 split_f = open(options.output, 'w') |
