We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3d9fe0 commit 5528d9aCopy full SHA for 5528d9a
4 files changed
src/metatag/database/preprocessing.py
@@ -10,7 +10,6 @@
10
"""
11
12
import logging
13
-import re
14
from pathlib import Path
15
16
import pyfastx
src/metatag/phylotree.py
@@ -15,7 +15,6 @@
17
# from Bio import Phylo
18
-
19
import metatag.wrappers as wrappers
20
from metatag.utils import easy_pattern_matching, set_default_output_path
21
src/metatag/taxonomy.py
@@ -12,7 +12,6 @@
import pandas as pd
from metatag.database.labelparsers import LabelParser
-from metatag.utils import read_from_pickle_file, set_default_output_path
class Taxopath:
src/metatag/utils.py
@@ -15,6 +15,7 @@
import shutil
import string
import subprocess
+
# import sys
# import tarfile
from functools import partial
0 commit comments