User 86810cf9fa
25-10-2006 13:10:02
Dear Support,
I downloaded the last version of Marvin. I stored a custom_aminoacids.dict file in my chemaxon user directory with the examples of the documentation but I don't know how to use it.
I would like to have a list of sequence with custom amino acids and convert them into sdf. If I wrote in my cmd
I have an error:
Moreover, I don't understand well how to convert a smarts into a peptide sequence with
I obtain this error: file format not recognized.
Can you give me more explanation, please?
Thank you very much
Best regards,
Severine
I downloaded the last version of Marvin. I stored a custom_aminoacids.dict file in my chemaxon user directory with the examples of the documentation but I don't know how to use it.
I would like to have a list of sequence with custom amino acids and convert them into sdf. If I wrote in my cmd
Code: |
molconvert --peptide X(Hcy) mol -o peptide.mol |
Code: |
java.io.IOException: Unknown amino acid X? at chemaxon.marvin.modules.PeptideReader.findAminoAcids(Unknown Source) at chemaxon.marvin.modules.PeptideReader.convert(Unknown Source) at chemaxon.marvin.modules.PeptideImport.readMol(Unknown Source) at chemaxon.formats.MolImporter.readDoc(Unknown Source) at chemaxon.formats.MolConverter.readDoc(Unknown Source) at chemaxon.formats.MolConverter.convert0(Unknown Source) at chemaxon.formats.MolConverter.convert(Unknown Source) at chemaxon.formats.MolConverter.main(Unknown Source) |
Moreover, I don't understand well how to convert a smarts into a peptide sequence with
Code: |
echo "[H]NCC(=O)NC(C)C(=O)NCC(O)=O" | molconvert peptide:3 |
I obtain this error: file format not recognized.
Can you give me more explanation, please?
Thank you very much
Best regards,
Severine