Skip to content

Commit

Permalink
fixed import statements
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-joe-wirth committed May 1, 2024
1 parent dfc15f3 commit 9c2b810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion espwAlleleCaller.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
import getopt, glob, multiprocessing, os, shutil, subprocess, sys
from miscDirectory import MISC_DIR
sys.path.append(MISC_DIR)
from auxillary.ariba import _ariba
from auxillary.blastn import _blastn
from auxillary.Parameters import Parameters
from downloadSRA import _runner as _downloadSrrs
from auxillary.ariba import _ariba, _buildAribaDb
from downloadAssemblies import _runner as _downloadAssemblies


Expand Down

0 comments on commit 9c2b810

Please sign in to comment.