Edit detail for ScriptsToConvertExternalFiles revision 1 of 1

1
Editor: damberger
Time: 2008/10/05 18:44:14 GMT+0
Note:

changed:
-
Scripts to convert external Files:

 Return to "Main CALUA page":CALUA

 * <a href="OneLetterFileToSeqFile.lua">OneLetterFileToSeqFile.lua</a> : Converts a file containing an amino acid sequence in one letter code to an XEASY seq file for easy read in to CARA. It ignores case and all characters which do not code for one of the 20 standard amino acids. Copy-paste from <a href="http://www.expasy.org">ExPASy</a> or <a href="http://www.ncbi.nlm.nih.gov/">NCBI</a> website directly into a '.aa' file and convert to '.seq' file!

  * **UPDATE** 8.Apr.05: Modified so that last line of '.seq' file is not empty.

 * <a href="XeasySeqToThreeLetter.lua">XeasySeqToThreeLetter.lua</a> : Converts an xeasy '.seq' file including the charges like ARG+,GLU- to a file with simple three letter code which can be read into the standard template Start1.2.cara to create a new project with sequence.

 * <a href="XeasyToBmrBLabelsInProtonList.lua">XeasyToBmrBLabelsInProtonList.lua.lua</a> : Converts a protonlist using Xeasy nomenclature into one using the Bmrb nomenclature so that the converted file can  used to import the shifts into a repository derived from the standard template Start1.2.cara. Use this together with "!XeasySeqToThreeLetter.lua" to "import Xeasy projects":WorkingWithOtherProgramsImportExport

Scripts to convert external Files:

Return to Main CALUA page

  • OneLetterFileToSeqFile.lua : Converts a file containing an amino acid sequence in one letter code to an XEASY seq file for easy read in to CARA. It ignores case and all characters which do not code for one of the 20 standard amino acids. Copy-paste from ExPASy or NCBI website directly into a .aa file and convert to .seq file!
    • UPDATE 8.Apr.05: Modified so that last line of .seq file is not empty.
  • XeasySeqToThreeLetter.lua : Converts an xeasy .seq file including the charges like ARG+,GLU- to a file with simple three letter code which can be read into the standard template Start1.2.cara to create a new project with sequence.
  • XeasyToBmrBLabelsInProtonList.lua.lua : Converts a protonlist using Xeasy nomenclature into one using the Bmrb nomenclature so that the converted file can used to import the shifts into a repository derived from the standard template Start1.2.cara. Use this together with "XeasySeqToThreeLetter.lua" to import Xeasy projects