Importing RI into Library

Hello, 

Is there anyway to import retention index values into a library file? I have separate databases in spreadsheet format where I want to import retention index into library? I can also do this manually I was just curious. MassHunter supplemental files have a database of RI values from the Flavornet database but there doesn't seem to be a way to use these values without manually putting them in. Thanks for any advice. 

Parents Reply
  • I tried running the Debugging script with the newest version of Visual Studio (2022) and IronPhython (3.4). It does not work. 

    It doesn't seem like newer versions of Microsoft Visual Studio (2022) work with older versions of IronPython (eg., 2.7.5). 

    If I try to run the ImportRetentionIndices.py script in Library Editor I get this error: 

    Which is probably coming from this command in the code: 

    " with open('C:\Users\cse\Desktop\RIKey2.csv') as csvfile: " 

    If I manually make that folder and put the RIKey2.csv file in it with a library containing the compounds the script does work. 

    I tested everything in Microsoft Visual Studio 2015 and IronPython 2.7.5 and it works. Thanks. 

Children
No Data
Was this helpful?