Skip to content

Commit

Permalink
Rename marker files in snake_case
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrepo committed Dec 27, 2018
1 parent 4910ffe commit a2256e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
**Dev**
- Rewrite write_dendrogram() method
- Rename marker files (autoclass_run_*) in snake_case

**1.0.0**
- Jump to major release

**0.2.2**
- Remove wrap method for results
- Update list of athorized characters in column names
- Update list of authorized characters in column names

**0.2.1**
- Move function utilities to tools.py
Expand Down
4 changes: 2 additions & 2 deletions autoclasswrapper/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
if [ $? -eq 0 ]
then
touch autoclass-run-success
touch autoclass_run_success
else
touch autoclass-run-failure
touch autoclass_run_failure
fi
"""

Expand Down

0 comments on commit a2256e3

Please sign in to comment.