Skip to content

Commit

Permalink
deleted a spurious configdict printing
Browse files Browse the repository at this point in the history
  • Loading branch information
chiffa committed Feb 3, 2016
1 parent 0bc156a commit 560e0e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
8 changes: 6 additions & 2 deletions bioflow/analysis_pipeline_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,12 @@
from bioflow.utils.log_behavior import clear_logs


# first, let's clear logs:
clear_logs()
# # first, let's clear logs:
# clear_logs()
#
# # if needed, clear the mongodb:
# annotome_rand_samp.drop()
# interactome_rand_samp.drop()

# # setting static folders and urls for the databases
set_folders('/home/andrei/support')
Expand Down
1 change: 0 additions & 1 deletion bioflow/configs_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ def build_source_config(cls, pl_type):
if pl_type == 'yeast':
cfdict = cls._generate_template(cls._S_Cerevisae)
cfdict = cls._add_location_to_template(cfdict)
print cfdict
dict2init_configs(write_path, cfdict)

@classmethod
Expand Down

0 comments on commit 560e0e2

Please sign in to comment.