Skip to content
Snippets Groups Projects
Commit e39e5723 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

Remove print

parent f03c3f30
No related branches found
No related tags found
No related merge requests found
Pipeline #27591 failed with stage
in 55 seconds
...@@ -76,7 +76,6 @@ def on_target_predict(seq, genome=None, seed_sizes=[8, 9, 10, 11, 12]): ...@@ -76,7 +76,6 @@ def on_target_predict(seq, genome=None, seed_sizes=[8, 9, 10, 11, 12]):
) )
else: else:
genome_features = extract_features(records) genome_features = extract_features(records)
print(seq)
alltargets = list(find_targets(seq)) alltargets = list(find_targets(seq))
if alltargets: if alltargets:
X = np.array( X = np.array(
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment