putting things back like before
This commit is contained in:
@ -10,7 +10,7 @@ from obitools.options import getOptionManager
|
|||||||
from random import normalvariate, uniform
|
from random import normalvariate, uniform
|
||||||
from obitools.location import locationGenerator
|
from obitools.location import locationGenerator
|
||||||
import math
|
import math
|
||||||
import sys
|
|
||||||
|
|
||||||
def addNGSSimOptions(optionManager):
|
def addNGSSimOptions(optionManager):
|
||||||
|
|
||||||
@ -132,7 +132,6 @@ def fragments(options,seq):
|
|||||||
else:
|
else:
|
||||||
rep = (frg,)
|
rep = (frg,)
|
||||||
cov+=len(frg)
|
cov+=len(frg)
|
||||||
print>>sys.stderr, rep
|
|
||||||
yield rep
|
yield rep
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
Reference in New Issue
Block a user