Skip to content

Commit 60055a3

Browse files
committed
Add Waters maint
1 parent f5105dc commit 60055a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ms_deisotope/tools/maintenance.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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")

0 commit comments

Comments
 (0)