Skip to content

Commit

Permalink
chore: update info
Browse files Browse the repository at this point in the history
  • Loading branch information
boasvdp committed Jun 21, 2024
1 parent 9d69ad7 commit bef024b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions juno_clustering.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
"""
Juno template
Authors: Karim Hajji, Roxanne Wolthuis
Juno clustering
Authors: Boas van der Putten, Roxanne Wolthuis, Sohana Singh
Organization: Rijksinstituut voor Volksgezondheid en Milieu (RIVM)
Department: Infektieziekteonderzoek, Diagnostiek en Laboratorium
Surveillance (IDS), Bacteriologie (BPD)
Date: 05-04-2023
Surveillance (IDS)
Date: 21-06-2023
"""

from pathlib import Path
Expand Down
10 changes: 5 additions & 5 deletions version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__package_name__ = "juno_template"
__authors__ = "author"
__email__ = "author@rivm.nl"
__package_name__ = "juno_clustering"
__authors__ = "Boas van der Putten, Roxanne Wolthuis, Sohana Singh"
__email__ = "ids-bioinformatics@rivm.nl"
__license__ = "AGPLv3"
__version__ = "1.0"
__description__ = "Template juno pipeline. If you see this message please change it to something appropriate"
__version__ = "0.0.1"
__description__ = "Juno-clustering pipeline for iterative clustering of SNP or cg/wgMLST data."

0 comments on commit bef024b

Please sign in to comment.