Skip to content

Commit

Permalink
Merge pull request #51 from jodyphelan/dev
Browse files Browse the repository at this point in the history
update compatible schema version
  • Loading branch information
jodyphelan authored Feb 3, 2025
2 parents ec5cef8 + d957e56 commit 9c330e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ntm-profiler
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ from packaging.version import Version
__softwarename__ = "ntm-profiler"
__default_data_dir__ = f'{sys.base_prefix}/share/{__softwarename__}/'
__compatible_resistance_db_schema__ = Version("1.0.0")
__compatible_species_db_schema__ = Version("2.0.0")
__compatible_species_db_schema__ = Version("3.0.0")

def remove_temp_files(prefix):
if len(glob.glob(f"{prefix}*"))>0:
Expand Down

0 comments on commit 9c330e2

Please sign in to comment.