summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Fargo <32229490+ntfargo@users.noreply.github.com>2024-06-16 12:56:18 +0200
committerNathan Fargo <32229490+ntfargo@users.noreply.github.com>2024-06-16 12:56:18 +0200
commit4234d64541a022096eb08519fdd4e5d7c2f3c04c (patch)
tree3afe7f2041d90b84d86935ce4ac741874e91cbcf
parent89e4462af83daf4f4f03ad39a9310d7951384dad (diff)
rm comment
-rw-r--r--SequenceViewer/app/sequence_tools.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/SequenceViewer/app/sequence_tools.py b/SequenceViewer/app/sequence_tools.py
index 5fb2db5..e44625d 100644
--- a/SequenceViewer/app/sequence_tools.py
+++ b/SequenceViewer/app/sequence_tools.py
@@ -95,7 +95,7 @@ def get_sequence_properties(sequence_str):
"gc_content": gc_content
}
-# Example usage:
+""" Example usage:
sequence = "ATGCGTACG"
selected_group = "Fermentas"
@@ -110,3 +110,4 @@ for enzyme, start, end in enzyme_sites:
print("\nSequence Properties:")
print(sequence_properties)
+""" \ No newline at end of file