Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/JTFouquier/ghost-tree
Browse files Browse the repository at this point in the history
  • Loading branch information
JTFouquier committed Feb 14, 2018
2 parents 29167eb + 044c6f0 commit 31e529e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ghosttree/extensions/cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ def preprocess_extension_tree_sequences(extension_sequences_fp,
"""
similarity_threshold = str(similarity_threshold)
os.system("sumaclust -g -f -t "+similarity_threshold+" -O " +
os.system("sumaclust -g -f -t " + similarity_threshold + " -O " +
"" + otu_formatted_fp + " " + extension_sequences_fp + "")
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
filename = *
exclude = *.pyc, __pycache__
max-line-length = 120
ignore = E722
ignore = E722

0 comments on commit 31e529e

Please sign in to comment.