19804 Maycrest Way
Germantown MD 20876 USA
301 806-0867
delaglio@nmrscience.com
Scripts of the NMRPipe System
getTabInfo.tcl: Extract Descriptive Data from an NMRPipe format table.
1. Parameter Names, Output for "-parm *" in this order: varCount Number of Variables. entryCount Number of Entries. textCount Number of Text Lines. keyCount Number of Different DATA Keywords. varNames List of All Variable Names. keyNames List of All DATA Keywords (Keys). keyLengths List of Number of DATA Lines for Each Key. keyLength List of Number of DATA Lines For Specified Keys. Not output for -parm *Examples: Find number of Variables in Table: getTabInfo.tcl -in csObs.tab -parm varCount Find number of DATA SEQUENCE lines: getTabInfo.tcl -in csObs.tab -key SEQUENCE -parm keyLength Get Contents of First DATA SEQUENCE line: getTabInfo.tcl -in csObs.tab -key SEQUENCE -data 0 Get Contents of All DATA SEQUENCE lines: getTabInfo.tcl -in csObs.tab -key SEQUENCE -data "*" |