diff --git a/bioflow/analysis_pipeline_example.py b/bioflow/analysis_pipeline_example.py index 1f945a0f..8022775d 100644 --- a/bioflow/analysis_pipeline_example.py +++ b/bioflow/analysis_pipeline_example.py @@ -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') diff --git a/bioflow/configs_manager.py b/bioflow/configs_manager.py index a3f47d9c..2f906452 100644 --- a/bioflow/configs_manager.py +++ b/bioflow/configs_manager.py @@ -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