Skip to content

Commit

Permalink
removed un-needed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
WhalleyT committed Dec 6, 2023
1 parent 0763b00 commit 78f1498
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions bin/identify_tophit_and_contaminants2.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
import argparse
import re
import copy
import boto3
import sys
import configparser
import pathlib

# define process requirements function
def process_requirements(args):
Expand All @@ -22,8 +18,6 @@ def process_requirements(args):
myco_dir = args[6]
prev_species_json = args[7]

credential_file = "~/.aws/config"

"""
# check if input files exist and not empty
if not os.path.exists(afanc_json):
Expand Down

0 comments on commit 78f1498

Please sign in to comment.