File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ def has_vendor_readers():
2121 from ms_deisotope .data_source .agilent_d import determine_if_available as agilent_d_available
2222 from ms_deisotope .data_source .thermo_raw import determine_if_available as thermo_com_available
2323 from ms_deisotope .data_source .thermo_raw_net import determine_if_available as thermo_net_available
24+ from ms_deisotope .data_source .masslynx import determine_if_available as waters_masslynx_available
2425
2526 try :
2627 import comtypes
@@ -36,6 +37,7 @@ def has_vendor_readers():
3637 click .echo ("Thermo COM Reader Available: %s" % (thermo_com_available (), ))
3738 click .echo ("Thermo RawFileReader Available: %s" % (thermo_net_available (), ))
3839 click .echo ("Agilent COM Reader Available: %s" % (agilent_d_available (), ))
40+ click .echo ("Waters MassLynx Available: %s" % (bool (waters_masslynx_available ()), ))
3941
4042
4143@maintenance .command ('register-thermo-com' , short_help = "Register Thermo COM Reader Library" )
You can’t perform that action at this time.
0 commit comments