Skip to content

Commit

Permalink
Removed debugging print.
Browse files Browse the repository at this point in the history
  • Loading branch information
AngieHinrichs committed May 9, 2023
1 parent ef73036 commit 55326c2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pangolin/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,6 @@ def main(sysargs = sys.argv[1:]):
print(green(f"****\nAdding expanded lineage column to output.\n****"))
config[KEY_EXPANDED_LINEAGE] = True

print(config)

snakefile = get_snakefile(thisdir,config[KEY_ANALYSIS_MODE])

config[KEY_DESIGNATION_CACHE],config[KEY_ALIAS_FILE] = data_checks.find_designation_cache_and_alias(config[KEY_DATADIR],DESIGNATION_CACHE_FILE,ALIAS_FILE)
Expand Down

0 comments on commit 55326c2

Please sign in to comment.