|
|
@ -4,12 +4,6 @@ from __future__ import print_function |
|
|
|
import sys, os, subprocess |
|
|
|
import sys, os, subprocess |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
try: |
|
|
|
|
|
|
|
input = raw_input |
|
|
|
|
|
|
|
except NameError: |
|
|
|
|
|
|
|
pass |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def cmd(command): |
|
|
|
def cmd(command): |
|
|
|
p = subprocess.Popen ( |
|
|
|
p = subprocess.Popen ( |
|
|
|
command, stdout=subprocess.PIPE, stderr=subprocess.PIPE) |
|
|
|
command, stdout=subprocess.PIPE, stderr=subprocess.PIPE) |
|
|
@ -33,9 +27,6 @@ if len (args) and args[0] == "--reference": |
|
|
|
reference = True |
|
|
|
reference = True |
|
|
|
args = args[1:] |
|
|
|
args = args[1:] |
|
|
|
|
|
|
|
|
|
|
|
if not reference: |
|
|
|
|
|
|
|
print ('hb_shape:', hb_shape) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if not len (args): |
|
|
|
if not len (args): |
|
|
|
args = ['-'] |
|
|
|
args = ['-'] |
|
|
|
|
|
|
|
|
|
|
|