Skip to content

Commit

Permalink
added link_ssv.py
Browse files Browse the repository at this point in the history
  • Loading branch information
readmanchiu committed Oct 6, 2022
1 parent 47e7845 commit 59df164
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,7 @@ v1.8.3
- minor fixes for compatibility with Bioconda

v1.8.4
- separate bash and make files for fusion-bloom for Bioconda recipe
- separate bash and make files for `fusion-bloom` for `Bioconda` recipe

v1.8.5
- added `link_ssv.py` to `setup.py`
2 changes: 1 addition & 1 deletion pavfinder/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.8.4"
__version__ = "1.8.5"
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,6 @@
'pavfinder/scripts/fusion-bloom.makefile',
'pavfinder/scripts/tap2',
'pavfinder/scripts/filter_fasta.py',
'pavfinder/scripts/link_ssv.py',
],
)

0 comments on commit 59df164

Please sign in to comment.