Skip to content
Snippets Groups Projects
Commit 7e29e0dd authored by Samuel Mondal's avatar Samuel Mondal
Browse files

indentation change

parent eb56c36f
Branches
Tags
1 merge request!13indentation change
...@@ -9,7 +9,5 @@ def exon_concatenation: ...@@ -9,7 +9,5 @@ def exon_concatenation:
if lines[2*x] == lines[2*(x-1)]: if lines[2*x] == lines[2*(x-1)]:
read+= lines[(2*x)+1] read+= lines[(2*x)+1]
else: else:
return annotation
return read
annotation = lines[2*x] annotation = lines[2*x]
read = lines[(2*x)+1] read = lines[(2*x)+1]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment