Skip to content

Commit

Permalink
0.5.2: compress legacy files
Browse files Browse the repository at this point in the history
logging tweak
  • Loading branch information
jluebeck committed Jun 5, 2023
1 parent 2e90752 commit d4bd2d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
![GitHub](https://img.shields.io/github/license/jluebeck/AmpliconClassifier)

### Classify [AmpliconArchitect](https://github.com/jluebeck/AmpliconArchitect) outputs to detect types of focal amplifications present.
### Current version: 0.5.1
### Current version: 0.5.2

This tool classifies the outputs of AmpliconArchitect, [which is available here](https://github.com/jluebeck/AmpliconArchitect).

Expand Down
2 changes: 1 addition & 1 deletion amplicon_classifier.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3

__version__ = "0.5.1"
__version__ = "0.5.2"
__author__ = "Jens Luebeck (jluebeck [at] ucsd.edu)"

import argparse
Expand Down

0 comments on commit d4bd2d7

Please sign in to comment.