Skip to content

Commit bd92edf

Browse files
Mike LeeMike Lee
authored andcommitted
toml organizing
1 parent 5d91bf8 commit bd92edf

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

bit/tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def pytest_sessionstart(session):
6868
# print(" Files not yet modularized:\n")
6969
# print_two_columns(not_modularized)
7070

71-
print("\n Remainig legacy scripts:\n")
71+
print("\n Remaining legacy scripts:\n")
7272
print_two_columns(script_files)
7373

7474
print("\n ====================================================================================================\n")

pyproject.toml

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,36 @@ bit-kraken2-to-taxon-summaries = "bit.cli.kraken2_to_taxon_summaries:main"
9797
# bit-gen-iToL-colorstrip
9898
# bit-gen-iToL-map
9999
# bit-gen-iToL-text-dataset
100+
# probably make a sub-command setup for these if i'm keeping them here
101+
# (they are probably better suited solely in gtotree)
102+
100103

101104
## genbank manipulations ##
102105
# bit-genbank-locus-clean-slate
103106
# bit-genbank-to-AA-seqs
104107
# bit-genbank-to-cds-table
105108
# bit-genbank-to-fasta
106109
# bit-gff-to-anvio
107-
110+
# can probably drop gff-to-anvio (since that's better maintained in anvio now)
111+
# then subcommand situation for all that take in a genbank file
112+
# bit-genbank
113+
# to-AA-seqs
114+
# to-cds-table
115+
# to-fasta
116+
# clean-slate
117+
118+
119+
## Database related ##
120+
# get-ncbi-assembly-data = "bit.modules.ncbi.get_ncbi_assembly_data:main"
121+
# get-ncbi-tax-data = "bit.modules.ncbi.get_ncbi_tax_data:main"
122+
# get-go-dbs
123+
# get-gtdb-metadata
124+
# maybe do a subcommand situation for these
125+
# bit-data
126+
# locations
127+
# check/set
128+
# get
129+
# ncbi-assembly-data
130+
# ncbi-tax-data
131+
# go-dbs
132+
# gtdb-metadata

0 commit comments

Comments
 (0)