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 obitools.location import locationGenerator
|
||||
import math
|
||||
import sys
|
||||
|
||||
|
||||
def addNGSSimOptions(optionManager):
|
||||
|
||||
@ -132,7 +132,6 @@ def fragments(options,seq):
|
||||
else:
|
||||
rep = (frg,)
|
||||
cov+=len(frg)
|
||||
print>>sys.stderr, rep
|
||||
yield rep
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
Reference in New Issue
Block a user