Skip to content

Commit

Permalink
Remove ' inside a string
Browse files Browse the repository at this point in the history
"Haven't" changed to "have not"
  • Loading branch information
asan-emirsaleh authored Mar 1, 2022
1 parent d19fcb4 commit 6b787d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ def loadFile(alignmentFile, minDistance, positions, outputFile):
#output result

if len(directions) == 0:
o.write('Haven't detected reads which are long enough to support the structures')
print('ERROR, Haven't detected reads which are long enough to support the structures')
o.write('Have not detected reads which are long enough to support the structures')
print('ERROR, Have not detected reads which are long enough to support the structures')
else:
o.write('Structure_name\tnumber_of_supported_reads\n')
for direction in directions:
Expand Down

0 comments on commit 6b787d1

Please sign in to comment.