Skip to content

Commit

Permalink
GIT: Merge branch 'main' into JOSS
Browse files Browse the repository at this point in the history
  • Loading branch information
Vini2 committed Sep 26, 2024
2 parents 50de1b8 + 6cbc1d6 commit 63b3302
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 18 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ dependencies = ["click",
"graphbin2",
"metacoag>=1.2.1"]
classifiers = [
"Development Status :: 3 - Alpha",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Topic :: Scientific/Engineering :: Bio-Informatics",
"Operating System :: OS Independent",
"Operating System :: MacOS",
"Operating System :: POSIX",
"Programming Language :: Python :: 3",
]
# the following are inferred from the source code
Expand Down
4 changes: 2 additions & 2 deletions src/gbintk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__copyright__ = "Copyright 2023-2024, GraphBin-Tk Project"
__credits__ = ["Vijini Mallawaarachchi", "Anuradha Wickramarachchi", "Yu Lin"]
__license__ = "GPL-3.0"
__version__ = "0.1.1"
__version__ = "1.0.0"
__maintainer__ = "Vijini Mallawaarachchi"
__email__ = "[email protected]"
__status__ = "Alpha"
__status__ = "Production/Stable"
4 changes: 2 additions & 2 deletions src/gbintk/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
__copyright__ = "Copyright 2023-2024, GraphBin-Tk Project"
__credits__ = ["Vijini Mallawaarachchi", "Anuradha Wickramarachchi", "Yu Lin"]
__license__ = "GPL-3.0"
__version__ = "0.1.1"
__version__ = "1.0.0"
__maintainer__ = "Vijini Mallawaarachchi"
__email__ = "[email protected]"
__status__ = "Alpha"
__status__ = "Production/Stable"


# Setup logger
Expand Down
4 changes: 2 additions & 2 deletions src/gbintk/support/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__copyright__ = "Copyright 2023-2024, GraphBin-Tk Project"
__credits__ = ["Vijini Mallawaarachchi", "Anuradha Wickramarachchi", "Yu Lin"]
__license__ = "GPL-3.0"
__version__ = "0.1.1"
__version__ = "1.0.0"
__maintainer__ = "Vijini Mallawaarachchi"
__email__ = "[email protected]"
__status__ = "Alpha"
__status__ = "Production/Stable"
4 changes: 2 additions & 2 deletions src/gbintk/support/evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
__copyright__ = "Copyright 2023-2024, GraphBin-Tk Project"
__credits__ = ["Vijini Mallawaarachchi", "Anuradha Wickramarachchi", "Yu Lin"]
__license__ = "GPL-3.0"
__version__ = "0.1.1"
__version__ = "1.0.0"
__maintainer__ = "Vijini Mallawaarachchi"
__email__ = "[email protected]"
__status__ = "Alpha"
__status__ = "Production/Stable"

# create logger
logger = logging.getLogger(f"GraphBin-Tk {__version__}")
Expand Down
4 changes: 2 additions & 2 deletions src/gbintk/support/prep_result.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
__copyright__ = "Copyright 2023-2024, GraphBin-Tk Project"
__credits__ = ["Vijini Mallawaarachchi", "Anuradha Wickramarachchi", "Yu Lin"]
__license__ = "GPL-3.0"
__version__ = "0.1.1"
__version__ = "1.0.0"
__maintainer__ = "Vijini Mallawaarachchi"
__email__ = "[email protected]"
__status__ = "Alpha"
__status__ = "Production/Stable"

# create logger
logger = logging.getLogger(f"GraphBin-Tk {__version__}")
Expand Down
4 changes: 2 additions & 2 deletions src/gbintk/support/visualise_result_Flye.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
__copyright__ = "Copyright 2023-2024, GraphBin-Tk Project"
__credits__ = ["Vijini Mallawaarachchi", "Anuradha Wickramarachchi", "Yu Lin"]
__license__ = "GPL-3.0"
__version__ = "0.1.1"
__version__ = "1.0.0"
__maintainer__ = "Vijini Mallawaarachchi"
__email__ = "[email protected]"
__status__ = "Alpha"
__status__ = "Production/Stable"


# create logger
Expand Down
4 changes: 2 additions & 2 deletions src/gbintk/support/visualise_result_MEGAHIT.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
__copyright__ = "Copyright 2023-2024, GraphBin-Tk Project"
__credits__ = ["Vijini Mallawaarachchi", "Anuradha Wickramarachchi", "Yu Lin"]
__license__ = "GPL-3.0"
__version__ = "0.1.1"
__version__ = "1.0.0"
__maintainer__ = "Vijini Mallawaarachchi"
__email__ = "[email protected]"
__status__ = "Alpha"
__status__ = "Production/Stable"

# create logger
logger = logging.getLogger(f"GraphBin-Tk {__version__}")
Expand Down
4 changes: 2 additions & 2 deletions src/gbintk/support/visualise_result_SPAdes.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
__copyright__ = "Copyright 2023-2024, GraphBin-Tk Project"
__credits__ = ["Vijini Mallawaarachchi", "Anuradha Wickramarachchi", "Yu Lin"]
__license__ = "GPL-3.0"
__version__ = "0.1.1"
__version__ = "1.0.0"
__maintainer__ = "Vijini Mallawaarachchi"
__email__ = "[email protected]"
__status__ = "Alpha"
__status__ = "Production/Stable"


# create logger
Expand Down

0 comments on commit 63b3302

Please sign in to comment.