Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
WebChemistry Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
MotiveValidator:MotifExtractor Help
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
MotifExtractor is a simple automated script for extracting the motifs of interest from biomolecule structure files. You may define one or more motifs to be extracted from a set of biomolecules stored in PDB format. == Requirements == * Windows: .NET 4.5 or newer * Linux and MacOS: MONO 3.2.3 or newer == Input == * A folder with a set of biomolecules in PDB format. * A .json file with settings, defining the motif(s) to be extracted. The key parameters of the .json file are encoded in attributes, that you will need to edit depending on what you want to extract and from where: :# Location of the folder with biomolecules - attribute "InputFolders". When writing the path to your folder, note that backslashes must be escaped (so <code>C:\Data\pdb</code> should be written as <code>C:\\Data\\pdb</code>), or forward slash can be used (<code>C:/Data/pdb</code>). :# Name of query residue - attributes "Id", "Name", and "Residues". Write the 3-letter code for the residue of interest. == Output == A folder containing: * Information about the progress of the computation (<code>log.txt</code>, <code>status.json</code>). * ZIP file <code>result\motives.zip</code> containing: :* A folder with motifs in PDB format (one for each motif specified in the input). :* CSV files with detailed information about the found motifs. * JSON file <code>result\summary.json</code> with the number of found motifs. == Execution == * Windows : Open the utility cmd, go to the location where you unzipped MotifExtractor, and, after you have edited the .json file according to your needs, run MotifExtractor as <code>MotiveQuery.exe path_to_output motifs.json</code>. For example: <pre>MotiveQuery c:\data\nag_motifs motifs.json</pre> * Linux and MacOS : Open a terminal, go to the location where you unzipped MotifExtractor, and, after you have edited the .json file according to your needs, run MotifExtractor as <code>mono MotiveQuery.exe path_to_output motifs.json</code>.
Summary:
Please note that all contributions to WebChemistry Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
WebChemistry Wiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
MotiveValidator:MotifExtractor Help
Add topic