Previous changeset 3:86d41d9c4a91 (2015-03-19) Next changeset 5:41f122255d14 (2015-03-19) |
Commit message:
removed unused parameter |
modified:
export_to_metexp_tabular.py |
b |
diff -r 86d41d9c4a91 -r 0d1557b3d540 export_to_metexp_tabular.py --- a/export_to_metexp_tabular.py Thu Mar 19 12:09:38 2015 +0100 +++ b/export_to_metexp_tabular.py Thu Mar 19 12:10:19 2015 +0100 |
b |
@@ -96,7 +96,7 @@ merged.append(merged_hits) - return merged, len(set1index) + return merged def _compare_records(key1, key2): @@ -235,7 +235,7 @@ # Read elements and masses to use for the MW/MM calculation : init_elements_and_masses_map() - merged, nhits = _merge_data(rankfilter_and_caslookup_combined, 'Centrotype', + merged = _merge_data(rankfilter_and_caslookup_combined, 'Centrotype', msclust_quantification_and_spectra, 'centrotype', _compare_records, _merge_records, metadata, N_TO_ONE) |