Hello,
I'm trying to run Expert Review external tool from Thermo via CLI (command line), but I'm not able to get the results and send back to skyline in order to obtain the correct integrated peaks.
The external tool works pretty well on the graphical interface. Is there a way to run it via command line ?
I tried to use:
--tool-add="Thermo\Expert Review" ^
--tool-conflict-resolution="overwrite" ^
--tool-program-macro="ExpertReview,1.0" ^
--tool-program-path="C:\Users\workstat\AppData\Local\Apps\2.0\CWMKAT46.3P7\60MOKXQP.7YG\skyl..tion_9286511f3362df93_0019.0001_e71402c3ddc399fe\Tools\Sky3432\Thermo.TNG.PeakPick.SkylineTool.exe" ^
--tool-initial-dir="C:\Users\workstat\AppData\Local\Apps\2.0\CWMKAT46.3P7\60MOKXQP.7YG\skyl..tion_9286511f3362df93_0019.0001_e71402c3ddc399fe\Tools\Sky3432" ^
--tool-command="$(ToolDir)\Thermo.TNG.PeakPick.SkylineTool.exe" ^
--tool-arguments="$(DocumentPath)" $(SkylineConnection) "$(InputReportTempPath)" ^
--tool-report="Thermo_ART_Integration" ^
but it didn't run the tool.
Thanks in advance.