From 74d9d993aa8643d56b005dd2dc702e2de6af0474 Mon Sep 17 00:00:00 2001 From: Yujie Zhang Date: Wed, 2 Sep 2020 00:17:33 -0700 Subject: [PATCH] Daily Update --- glycompare/pipeline_functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glycompare/pipeline_functions.py b/glycompare/pipeline_functions.py index 9d9000b4e..400b5fdb0 100644 --- a/glycompare/pipeline_functions.py +++ b/glycompare/pipeline_functions.py @@ -467,7 +467,7 @@ def glycoprofile_pip(keywords_dict, abd_table, unique_glycan_identifier_to_struc def compositional_data(keywords_dict, protein_sites, reference_vector = None, forced = True): abundance_table = keywords_dict['abundance_table_addr'] if not os.path.isfile(abundance_table): - assert False, "cannot find motif abundance table" + assert False, "cannot find glycan abundance table" var_annot = keywords_dict['variable_annotation_addr'] if not os.path.isfile(var_annot): assert False, "cannot find variable annotation file"