Skip to content

Commit

Permalink
messed up indentation doing pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
KatyBrown committed May 23, 2024
1 parent 537e14d commit a531542
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CIAlign/consensusSeq.py
Original file line number Diff line number Diff line change
Expand Up @@ -771,11 +771,11 @@ def compareAlignmentConsensus(arr, typ, booleanOrSimilarity="boolean",
raise RuntimeError("This substitution matrix is not \
valid for \
alignment type %s" % typ)
else:
# verifies if the user would like to use the default matrix or
# their own
mat = pd.read_csv("%s/%s" % (matrix_dir, MatrixName),
comment="#", sep=r"\s+")
else:
# verifies if the user would like to use the default matrix or
# their own
mat = pd.read_csv("%s/%s" % (matrix_dir, MatrixName),
comment="#", sep=r"\s+")
elif MatrixName == "default":
mat = pd.read_csv("%s/BLOSUM62" % (matrix_dir),
comment="#", sep=r"\s+")
Expand Down

0 comments on commit a531542

Please sign in to comment.