by
tlahren » Wed Nov 02, 2011 1:14 pm
If you do your manual integrations in QEDIT then "Save" as you exit QEDIT mode the changes are saved to the quant report. You will have to regenerate the CSV after the manual changes by using the following command which I usually program to one of the 5 custom tool buttons in the top right of the menu bar:
QT,,"C"
This will re-generate the quant.csv file from the most current quant report ("yourmethod".res file).
To edit the custom tool buttons either click on the button to open the file or if it has already been programed you will have to go to C:\MSDCHEM\1\MSEXE and open up file customtool1.mac. It will open as a text file initially and tell you to replace certain text with the code you want (above command). Now when you click the button (button 1 in this case) it will just run the single command QT,,"C".
NOTE: It is also possible to use this command for batch post-processing. Lets say you just finished manual integrations for a whole run. You can go to "Tools" "Do List" and configure this as a custom command. The Do List allows you to perform commands on selected samples all at once. Kind of like batch reprocessing. This may be the easiest way to regenerate new quant.csv files for an entire batch of samples. Then the last step would be to run your LIMS import.
Hope this helps. Let me know if you need more assistance.
Ty