diff --git a/README.md b/README.md index f377dd9..95fe678 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Options: ### `gbintk graphbin2`: Run [GraphBin2](https://github.com/metagentools/GraphBin2) -**NOTE: GraphBin2 feature is still inder construction. Stay tuned!** +**NOTE: The GraphBin2 feature is still under construction. Stay tuned!** Run `gbintk graphbin2 --help` or `gbintk graphbin2 -h` to list the help message for GraphBin2. diff --git a/src/gbintk/cli.py b/src/gbintk/cli.py index 1f7a5c1..80ed9fb 100644 --- a/src/gbintk/cli.py +++ b/src/gbintk/cli.py @@ -260,7 +260,7 @@ def graphbin2( ): """GraphBin2: Refined and Overlapped Binning of Metagenomic Contigs Using Assembly Graphs""" - print("GraphBin2 feature is still inder construction. Stay tuned!") + print("The GraphBin2 feature is still under construction. Stay tuned!") # Main MetaCoAG