Skip to content

Commit

Permalink
doc : params.py docstring updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Oct 9, 2024
1 parent 1f8b3cc commit 340c2cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opr/params.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
"""Parameters and constants."""
"""OPR parameters and constants."""
OPR_VERSION = "0.1"
VALID_BASES = set('ATCG')
DNA_COMPLEMENT_MAP = {"A": "T", "C": "G", "G": "C", "T": "A"}
Expand Down

0 comments on commit 340c2cb

Please sign in to comment.