Skip to content

Commit

Permalink
update fastani module
Browse files Browse the repository at this point in the history
  • Loading branch information
widdowquinn committed Feb 22, 2024
1 parent 7dde7b8 commit ff34709
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions pyani/scripts/subcommands/subcmd_fastani.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# -*- coding: utf-8 -*-
# (c) The University of Strathclyde 2021–Present
# Author: Bailey Harrington
# (c) The University of Strathclyde 2021–2024
# Authors: Leighton Pritchard, Bailey Harrington
#
# Contact: bailey.harrington@strath.ac.uk
# Contact: leighton.pritchard@strath.ac.uk
#
# Bailey Harrington,
# Leighton Pritchard,
# Strathclyde Institute for Pharmacy and Biomedical Sciences,
# Cathedral Street,
# Glasgow,
Expand All @@ -14,7 +14,7 @@
#
# The MIT License
#
# Copyright (c) 2021–Present University of Strathclyde
# Copyright (c) 2021–2024 University of Strathclyde
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -75,7 +75,6 @@
# Convenience struct describing a pairwise comparison job for the SQLAlchemy
# implementation
class ComparisonJob(NamedTuple):

"""Pairwise comparison job for the SQLAlchemy implementation"""

query: str
Expand All @@ -90,7 +89,6 @@ class ComparisonJob(NamedTuple):

# Convenience struct describing an analysis run
class RunData(NamedTuple):

"""Convenience struct describing an analysis run."""

method: str
Expand All @@ -100,7 +98,6 @@ class RunData(NamedTuple):


class ComparisonResult(NamedTuple):

"""Convenience struct for a single fastani comparison result."""

qid: float
Expand Down

0 comments on commit ff34709

Please sign in to comment.