Skip to content

Commit

Permalink
Add consensus directory
Browse files Browse the repository at this point in the history
  • Loading branch information
akikuno committed Dec 29, 2023
1 parent 94c48da commit f30fabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DAJIN2/core/preprocess/directories.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
def create_temporal(TEMPDIR: Path, NAME: str, is_control=False) -> None:
Path(TEMPDIR, "result").mkdir(parents=True, exist_ok=True)
if is_control:
SUBDIRS = ["fasta", "sam", "midsv", "mutation_loci", "clustering"]
SUBDIRS = ["fasta", "sam", "midsv", "mutation_loci", "clustering", "consensus"]
else:
SUBDIRS = [
"fasta",
Expand Down

0 comments on commit f30fabf

Please sign in to comment.