Skip to content

Commit

Permalink
Update Snakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Rendrick27 authored May 12, 2024
1 parent 7a4c16a commit 1bc8285
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Snakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os
import glob
import multiprocessing
import os
from python import down_ascn
from python import fasta_cleaner
from python import concatenate_fastas
Expand Down Expand Up @@ -143,4 +143,4 @@ rule build_tree:
output:
img="Tree.svg"
run:
newick_tree_visualizer.tree_generator(input.tree, output.img)
newick_tree_visualizer.tree_generator(input.tree, output.img)

0 comments on commit 1bc8285

Please sign in to comment.