Skip to content

Commit

Permalink
bump to v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
David Heller committed Sep 16, 2022
1 parent f294821 commit 6f59b61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Alternatively, SVIM-asm can be installed using `pip`:
Changelog
---------
- **v1.0.3**: bugfixes
- **v1.0.2**: change default value for partitioning, fix coordinates of BNDs and sorting of VCF records, add verbose mode
- **v1.0.1**: reduce memory consumption substantially
- **v1.0.0**: add genotyping of translocation breakpoints (BNDs), bugfixes
Expand Down Expand Up @@ -104,7 +105,7 @@ The following files are produced:
Contact
-------

If you experience problems or have suggestions please create an issue or a pull request or contact heller_d@molgen.mpg.de.
If you experience problems or have suggestions please create an issue. As this project is not actively maintained anymore, however, we can not promise that they will be addressed in time.

Citation
---------
Expand Down
2 changes: 1 addition & 1 deletion src/svim_asm/svim-asm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3

__version__ = '1.0.2'
__version__ = '1.0.3'
__author__ = 'David Heller'

import sys
Expand Down

0 comments on commit 6f59b61

Please sign in to comment.