obi import: removed old traces
This commit is contained in:
@ -90,8 +90,6 @@ def run(config):
|
|||||||
|
|
||||||
input = open_uri(config['obi']['inputURI'])
|
input = open_uri(config['obi']['inputURI'])
|
||||||
|
|
||||||
print(input)
|
|
||||||
|
|
||||||
if input[2]==Nuc_Seq:
|
if input[2]==Nuc_Seq:
|
||||||
v = View_NUC_SEQS
|
v = View_NUC_SEQS
|
||||||
else:
|
else:
|
||||||
@ -105,8 +103,8 @@ def run(config):
|
|||||||
if output is None:
|
if output is None:
|
||||||
raise Exception("Could not create output view")
|
raise Exception("Could not create output view")
|
||||||
|
|
||||||
print("input:", input)
|
#print("input:", input)
|
||||||
print("output:", output)
|
#print("output:", output)
|
||||||
|
|
||||||
pb = ProgressBar(1000000, config, seconde=5) # TODO should be number of records in file
|
pb = ProgressBar(1000000, config, seconde=5) # TODO should be number of records in file
|
||||||
|
|
||||||
@ -141,7 +139,6 @@ def run(config):
|
|||||||
if i == 0:
|
if i == 0:
|
||||||
get_quality = b"QUALITY" in seq
|
get_quality = b"QUALITY" in seq
|
||||||
if get_quality:
|
if get_quality:
|
||||||
print("yah")
|
|
||||||
Column.new_column(view, b"QUALITY", OBI_QUAL)
|
Column.new_column(view, b"QUALITY", OBI_QUAL)
|
||||||
qual_col = view[b"QUALITY"]
|
qual_col = view[b"QUALITY"]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user