Skip to content

Commit

Permalink
turn off warning
Browse files Browse the repository at this point in the history
  • Loading branch information
WhalleyT committed Nov 10, 2023
1 parent a60cf9b commit 5126b23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/identify_tophit_and_contaminants2.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ def process_requirements(args):
if os.stat(assembly_file).st_size == 0:
sys.exit('ERROR: %s is empty' %(assembly_file))

if not os.path.exists(myco_dir) and not bucket_exists(myco_dir):
sys.exit('ERROR: cannot find %s' %(myco_dir))
#if not os.path.exists(myco_dir) and not bucket_exists(myco_dir):
# sys.exit('ERROR: cannot find %s' %(myco_dir))

if (prev_species_json != 'null'):
if not os.path.exists(prev_species_json):
Expand Down

0 comments on commit 5126b23

Please sign in to comment.