Skip to content

Commit 5701b16

Browse files
committed
Changed default fragment annotation score to 2
1 parent 10371be commit 5701b16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CandyCrunch/prediction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1617,7 +1617,7 @@ def wrap_inference(spectra_filepath, glycan_class, model = candycrunch, glycans
16171617

16181618
def wrap_inference_batch(spectra_filepath_list, glycan_class, intra_cat_thresh, top_n_isomers, model=candycrunch, glycans=glycans, bin_num=2048,
16191619
frag_num=100, mode='negative', modification='reduced', mass_tag=None, lc='PGC', trap='linear', rt_min=0, rt_max=0, rt_diff=1.0,
1620-
pred_thresh=0.01, temperature=temperature, spectra=False, get_missing=False, mass_tolerance=0.5, extra_thresh=0.2, crumbs_thresh=0.5,
1620+
pred_thresh=0.01, temperature=temperature, spectra=False, get_missing=False, mass_tolerance=0.5, extra_thresh=0.2, crumbs_thresh=2,
16211621
filter_out={'Ac', 'Kdn', 'P', 'HexA', 'Pen', 'HexN', 'Me', 'PCho', 'PEtN'}, supplement=True, experimental=True, mass_dic=None,
16221622
taxonomy_level='Class', taxonomy_filter='Mammalia', df_use=None, plot_glycans=False):
16231623
"""wrapper function to get & curate CandyCrunch predictions, then harmonize them across multiple files\n

0 commit comments

Comments
 (0)