Commit fdc001bc by Mustafa Tekpinar

Changed default --retrievingMethod from local to input.

parent 21f4813c
...@@ -81,7 +81,7 @@ In this step, we will use only evolutionary information from an MSA file: ...@@ -81,7 +81,7 @@ In this step, we will use only evolutionary information from an MSA file:
.. code:: bash .. code:: bash
esgemme aliBLAT.fasta -r input -f aliBLAT.fasta esgemme aliBLAT.fasta -f aliBLAT.fasta
After a few minutes of calculation, you must see at least two files named After a few minutes of calculation, you must see at least two files named
BLAT_normPred_evolCombi.txt and BLAT_normPred_evolCombi.png. You have BLAT_normPred_evolCombi.txt and BLAT_normPred_evolCombi.png. You have
...@@ -93,8 +93,7 @@ evolutionary information: ...@@ -93,8 +93,7 @@ evolutionary information:
.. code:: bash .. code:: bash
esgemme aliBLAT.fasta -r input -f aliBLAT.fasta \ esgemme aliBLAT.fasta -f aliBLAT.fasta --pdbfile blat-af2.pdb
--pdbfile blat-af2.pdb
Predicting the effect of a subset of single point mutations Predicting the effect of a subset of single point mutations
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...@@ -112,15 +111,13 @@ structural information. First, let's do it without structural information: ...@@ -112,15 +111,13 @@ structural information. First, let's do it without structural information:
.. code:: bash .. code:: bash
esgemme aliBLAT.fasta -r input -f aliBLAT.fasta \ esgemme aliBLAT.fasta -f aliBLAT.fasta -m Stiffler_2015_BLAT_ECOLX.mut
-m Stiffler_2015_BLAT_ECOLX.mut
You can include structural information in the following way: You can include structural information in the following way:
.. code:: bash .. code:: bash
esgemme aliBLAT.fasta -r input -f aliBLAT.fasta \ esgemme aliBLAT.fasta -f aliBLAT.fasta --pdbfile blat-af2.pdb \
--pdbfile blat-af2.pdb \
-m Stiffler_2015_BLAT_ECOLX.mut -m Stiffler_2015_BLAT_ECOLX.mut
You will have BLAT_normPred_evolCombi.txt file in your folder. However, the output You will have BLAT_normPred_evolCombi.txt file in your folder. However, the output
......
...@@ -144,7 +144,7 @@ docker container are pointing to the same place.</p> ...@@ -144,7 +144,7 @@ docker container are pointing to the same place.</p>
<section id="obtaining-the-entire-single-point-mutation-landscape"> <section id="obtaining-the-entire-single-point-mutation-landscape">
<h3>Obtaining the entire single point mutation landscape<a class="headerlink" href="#obtaining-the-entire-single-point-mutation-landscape" title="Permalink to this heading"></a></h3> <h3>Obtaining the entire single point mutation landscape<a class="headerlink" href="#obtaining-the-entire-single-point-mutation-landscape" title="Permalink to this heading"></a></h3>
<p>In this step, we will use only evolutionary information from an MSA file:</p> <p>In this step, we will use only evolutionary information from an MSA file:</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>esgemme aliBLAT.fasta -r input -f aliBLAT.fasta <div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>esgemme aliBLAT.fasta -f aliBLAT.fasta
</pre></div> </pre></div>
</div> </div>
<p>After a few minutes of calculation, you must see at least two files named <p>After a few minutes of calculation, you must see at least two files named
...@@ -153,8 +153,7 @@ the entire single point mutational landscape of BLAT protein in these ...@@ -153,8 +153,7 @@ the entire single point mutational landscape of BLAT protein in these
files.</p> files.</p>
<p>If you want to utilize structural information (highly recommended) as well as <p>If you want to utilize structural information (highly recommended) as well as
evolutionary information:</p> evolutionary information:</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>esgemme aliBLAT.fasta -r input -f aliBLAT.fasta <span class="se">\</span> <div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>esgemme aliBLAT.fasta -f aliBLAT.fasta --pdbfile blat-af2.pdb
--pdbfile blat-af2.pdb
</pre></div> </pre></div>
</div> </div>
</section> </section>
...@@ -169,13 +168,11 @@ Fortunately, we have an example mut in data folder of ESGEMME repository.</p> ...@@ -169,13 +168,11 @@ Fortunately, we have an example mut in data folder of ESGEMME repository.</p>
</div> </div>
<p>Similar to the previous step, there are two possible ways to do the calculations: with or without <p>Similar to the previous step, there are two possible ways to do the calculations: with or without
structural information. First, let’s do it without structural information:</p> structural information. First, let’s do it without structural information:</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>esgemme aliBLAT.fasta -r input -f aliBLAT.fasta <span class="se">\</span> <div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>esgemme aliBLAT.fasta -f aliBLAT.fasta -m Stiffler_2015_BLAT_ECOLX.mut
-m Stiffler_2015_BLAT_ECOLX.mut
</pre></div> </pre></div>
</div> </div>
<p>You can include structural information in the following way:</p> <p>You can include structural information in the following way:</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>esgemme aliBLAT.fasta -r input -f aliBLAT.fasta <span class="se">\</span> <div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>esgemme aliBLAT.fasta -f aliBLAT.fasta --pdbfile blat-af2.pdb <span class="se">\</span>
--pdbfile blat-af2.pdb <span class="se">\</span>
-m Stiffler_2015_BLAT_ECOLX.mut -m Stiffler_2015_BLAT_ECOLX.mut
</pre></div> </pre></div>
</div> </div>
......
Search.setIndex({"docnames": ["analysis", "docker", "index", "input-preparation", "installation"], "filenames": ["analysis.rst", "docker.rst", "index.rst", "input-preparation.rst", "installation.rst"], "titles": ["Analyzing and Modifying the ESGEMME Output", "Using ESGEMME via Docker", "Welcome to esgemme\u2019s documentation!", "Preparing Your Own Input", "Installation"], "terms": {"There": [0, 3], "hardcod": 0, "limit": 0, "howev": [0, 1, 3], "valu": 0, "rang": 0, "between": 0, "12": 0, "2": 0, "gener": 0, "The": [0, 1, 3], "lower": 0, "mean": 0, "impact": [0, 1, 3], "while": 0, "close": 0, "0": [0, 1, 3, 4], "doe": [0, 3], "have": [0, 1, 3, 4], "ani": 0, "signific": 0, "we": [0, 1, 3, 4], "should": [0, 4], "note": [0, 4], "most": 0, "ar": [0, 1, 3, 4], "deleteri": 0, "alwai": 0, "case": [0, 1, 4], "By": 0, "default": [0, 2], "onli": [0, 1, 4], "combin": 0, "independ": 0, "epistat": 0, "three": 0, "file": [0, 1, 2, 3], "myprot_normpred_evolcombi": 0, "txt": [0, 1], "myprot": 0, "short": 0, "name": [0, 1], "msa": [0, 1, 2, 4], "your": [0, 1, 2, 4], "protein": [0, 1, 3], "contain": [0, 1, 3, 4], "20": [0, 4], "row": 0, "amino": 0, "acid": 0, "alphabet": 0, "order": [0, 1], "l": [0, 3], "column": [0, 3], "where": [0, 3], "number": 0, "interest": [0, 1, 3], "sinc": [0, 4], "thi": [0, 1, 3, 4], "horizont": 0, "easi": 0, "read": 0, "r": [0, 1, 4], "python": [0, 4], "difficult": 0, "find": 0, "you": [0, 1, 3, 4], "myprot_normpred_evolcombitranspos": 0, "As": [0, 1], "impli": 0, "transpos": 0, "version": [0, 4], "result": 0, "It": [0, 3, 4], "easier": 0, "just": 0, "check": [0, 1, 4], "correspond": 0, "prepar": [1, 2], "imag": [0, 3, 4], "oranges_r": 0, "matplotlib": 0, "color": 0, "map": 0, "can": [0, 1, 3, 4], "chang": [0, 1, 3], "ad": [0, 3, 4], "colormap": 0, "turbo_r": 0, "more": [0, 3], "fanci": 0, "look": 0, "dure": 0, "call": [0, 1, 4], "argument": 0, "accept": 0, "all": [0, 1, 3, 4], "If": [0, 1, 4], "want": [0, 1, 3], "see": [0, 1, 3], "contribut": 0, "well": [0, 1], "add": [0, 4], "verbos": 0, "true": [0, 4], "us": [0, 2, 3, 4], "predict": 0, "same": [0, 1], "format": [0, 1, 3], "a2c": 0, "6": 0, "23": 0, "a2d": 0, "1": [0, 3], "d286f": 0, "need": 1, "instal": [1, 2], "machin": 1, "consult": 1, "follow": [1, 3, 4], "page": [1, 2], "http": [1, 3, 4], "doc": 1, "com": [1, 3, 4], "i": [1, 3, 4], "am": 1, "assum": 1, "some": 1, "basic": 1, "familiar": 1, "linux": [1, 4], "unix": 1, "maco": 1, "termin": [1, 3], "command": [1, 3, 4], "let": [1, 3], "s": [1, 3, 4], "start": [1, 3], "our": [1, 3, 4], "favorit": 1, "app": 1, "must": 1, "creat": [1, 3], "folder": [1, 3, 4], "tutori": 1, "go": [1, 3, 4], "empti": 1, "mkdir": [1, 4], "cd": [1, 3, 4], "download": [1, 4], "sampl": 1, "provid": 1, "repositori": [1, 4], "exercis": 1, "first": 1, "sequenc": [1, 3], "align": [1, 3], "fasta": [1, 3], "wget": [1, 4], "gitlab": [1, 4], "lcqb": [1, 4], "upmc": [1, 4], "fr": [1, 4], "tekpinar": [1, 3, 4], "raw": [1, 2], "8d766d4d11af0e93c9da8fc2c5cc1bfc457d2936": 1, "aliblat": 1, "don": 1, "t": 1, "try": 1, "curl": 1, "pleas": [1, 3, 4], "verifi": 1, "now": [1, 3, 4], "pdb": [1, 2], "databank": 1, "blat": 1, "af2": 1, "In": [1, 4], "make": [1, 3, 4], "sure": [1, 3], "sudo": [1, 3, 4], "h": 1, "show": 1, "list": [1, 3, 4], "option": 1, "good": 1, "track": 1, "On": 1, "mai": 1, "word": 1, "befor": [1, 3], "ti": [1, 3], "rm": [1, 3, 4], "mount": [1, 3], "type": [1, 3], "bind": [1, 3], "sourc": [1, 3, 4], "pwd": [1, 3], "target": [1, 3], "home": [1, 3, 4], "research": [1, 3, 4], "myexampl": [1, 3], "v1": [1, 3], "3": [3, 4], "virtual": 1, "oper": 1, "system": [1, 4], "previou": 1, "when": 1, "ls": [1, 3], "suppos": [1, 3], "host": 1, "place": 1, "step": [1, 3, 4], "evolutionari": [1, 4], "inform": 1, "from": [1, 3, 4], "an": [1, 3, 4], "esgemme_path": [], "py": [], "f": [1, 4], "after": [1, 4], "few": [1, 3], "minut": [1, 3], "least": 1, "two": 1, "blat_normpred_evolcombi": 1, "png": [0, 1], "util": [1, 4], "structur": [1, 3], "highli": 1, "recommend": [1, 4], "pdbfile": 1, "normweightmod": [], "sstjetormax": [], "bunch": 1, "mut": 1, "simpl": 1, "text": 1, "each": 1, "line": [1, 4], "d26a": 1, "fortun": 1, "master": [1, 4], "stiffler_2015_blat_ecolx": 1, "similar": 1, "possibl": 1, "wai": 1, "do": [1, 3, 4], "without": 1, "m": 1, "includ": 1, "code": [], "bash": [], "output": [1, 2], "complet": 1, "differ": 1, "scan": 1, "its": [1, 4], "separ": 1, "space": 1, "addit": 1, "won": 1, "like": [1, 3, 4], "sometim": 1, "doubl": 1, "tripl": 1, "perform": 1, "e26d": 1, "y44r": 1, "e56n": 1, "a77f": 1, "h94v": 1, "second": 1, "colon": 1, "charact": 1, "via": 2, "docker": [2, 3, 4], "requir": [2, 3, 4], "get": [2, 4], "exampl": [2, 3], "input": 2, "data": 2, "singl": 2, "point": 2, "mutat": [2, 3], "calcul": 2, "multipl": [2, 3], "run": [2, 3], "sever": 2, "job": 2, "analyz": 2, "modifi": [2, 4], "score": 2, "Their": 2, "interpret": 2, "entir": 2, "landscap": 2, "select": [2, 3], "own": [2, 4], "colabfold": 2, "depend": [2, 3], "environ": 2, "configur": 2, "conf": 2, "index": 2, "modul": 2, "search": 2, "understand": 3, "certain": 3, "gap": 3, "quickest": 3, "method": 3, "obtain": [3, 4], "both": 3, "web": [3, 4], "site": [3, 4], "colab": 3, "googl": 3, "github": [3, 4], "sokrypton": 3, "blob": 3, "main": 3, "alphafold2": 3, "ipynb": 3, "sign": 3, "gmail": 3, "account": [3, 4], "click": 3, "connect": 3, "button": 3, "top": 3, "right": 3, "hand": 3, "side": 3, "clean": [3, 4], "query_sequ": 3, "box": 3, "past": 3, "For": 3, "me": 3, "adenyl": 3, "kinas": 3, "ak": 3, "my": [3, 4], "www": [3, 4], "rcsb": 3, "org": [3, 4], "entri": 3, "4ake": 3, "displai": 3, "jobnam": 3, "someth": 3, "sens": 3, "menu": 3, "bar": 3, "notebook": 3, "edit": 3, "view": 3, "insert": 3, "runtim": 3, "tool": 3, "help": 3, "process": 3, "take": 3, "hour": 3, "size": 3, "give": 3, "a3m": 3, "up": 3, "5": 3, "model": 3, "put": 3, "directori": 3, "unfortun": 3, "those": 3, "gui": 3, "program": [3, 4], "ugen": 3, "jalview": 3, "labor": 3, "intens": 3, "procedur": 3, "here": [3, 4], "small": 3, "develop": [3, 4], "esgemm": 3, "script": [3, 4], "hhsuit": [3, 4], "convert": 3, "reformat": 3, "pl": 3, "fa": 3, "final": 3, "demust": 3, "removegap": 3, "o": [3, 4], "ake_nogap": 3, "congratul": 3, "ii": 3, "myprotein": 3, "implement": 4, "ha": 4, "been": 4, "test": 4, "mani": 4, "determin": 4, "user": 4, "come": 4, "extern": 4, "joint": 4, "tree": 4, "jet2": 4, "java": 4, "naccess": 4, "bioinf": 4, "manchest": 4, "ac": 4, "uk": 4, "muscl": 4, "drive5": [], "seqinr": 4, "packag": 4, "cran": 4, "project": 4, "html": [], "dssp": 4, "secondari": 4, "These": [], "abl": 4, "defin": 4, "export": 4, "variabl": 4, "path": 4, "insid": 4, "import": 4, "essenti": 4, "paramet": 4, "part": [3, 4], "intern": 4, "etc": 4, "correct": 4, "softwar": 4, "section": 4, "accord": 4, "ubuntu": 4, "22": 4, "04": 4, "apt": 4, "updat": 4, "fix": 4, "miss": 4, "y": 4, "properti": 4, "common": 4, "autotool": 4, "dev": 4, "automak": 4, "build": 4, "python3": 4, "pip": 4, "base": 4, "core": 4, "jre": 4, "ncbi": 4, "blast": 4, "nano": 4, "less": 4, "csh": 4, "hmmer": 4, "libboost": 4, "rf": 4, "var": 4, "lib": 4, "tmp": 4, "otherwis": 4, "work": 4, "properli": 4, "cmbi": 4, "archiv": 4, "ref": 4, "head": 4, "zip": 4, "unzip": 4, "autogen": 4, "sh": 4, "ln": 4, "usr": 4, "local": 4, "bin": 4, "mkdssp": 4, "soedinglab": 4, "hh": 4, "suit": 4, "releas": 4, "v3": 4, "avx2": 4, "tar": 4, "gz": 4, "mv": 4, "xvfz": 4, "perman": 4, "bashrc": 4, "profil": 4, "bash_profil": 4, "locat": 4, "wa": 4, "therefor": 4, "Then": 4, "rscript": 4, "e": 4, "repo": 4, "ev_coupl": 4, "pip3": 4, "debbiemarkslab": 4, "plmc": 4, "openmp32": 4, "cp": 4, "one": 3, "last": 3, "reach": 3, "goal": 3, "id": 3, "descript": 3, "too": 3, "long": 3, "shorten": 3, "them": 3, "awk": 3, "begin": 3, "fs": 3, "nf": 3, "printf": 3, "n": 3, "els": 3, "print": 3, "ake_nogaps_short_nam": 3, "recheck": 3, "remov": 3, "extra": 3, "jet2_path": 4, "open": 4, "gedit": 4, "below": 4, "end": 4, "save": 4, "exit": 4, "forget": 4, "replac": 4, "so": 4, "taken": 4, "Of": 4, "cours": 4, "would": 4, "git": 4, "clone": 4, "b": 4, "4": 1}, "objects": {}, "objtypes": {}, "objnames": {}, "titleterms": {"analyz": 0, "modifi": 0, "esgemm": [0, 1, 2, 4], "output": 0, "raw": 0, "score": 0, "Their": 0, "interpret": 0, "entir": [0, 1], "singl": [0, 1], "point": [0, 1], "mutat": [0, 1], "landscap": [0, 1], "calcul": [0, 1], "select": 0, "multipl": [0, 1], "us": 1, "via": 1, "docker": 1, "requir": 1, "get": 1, "exampl": 1, "input": [1, 3], "data": 1, "obtain": 1, "predict": 1, "effect": 1, "subset": 1, "run": 1, "sever": 1, "job": 1, "welcom": 2, "s": 2, "document": 2, "content": 2, "indic": 2, "tabl": 2, "prepar": [3, 4], "your": 3, "own": 3, "msa": 3, "pdb": 3, "colabfold": 3, "instal": 4, "depend": 4, "sourc": [], "code": [], "environ": 4, "configur": 4, "default": 4, "conf": 4, "file": 4}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 6, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx": 56}}) Search.setIndex({"docnames": ["analysis", "docker", "index", "input-preparation", "installation"], "filenames": ["analysis.rst", "docker.rst", "index.rst", "input-preparation.rst", "installation.rst"], "titles": ["Analyzing and Modifying the ESGEMME Output", "Using ESGEMME via Docker", "Welcome to esgemme\u2019s documentation!", "Preparing Your Own Input", "Installation"], "terms": {"There": [0, 3], "hardcod": 0, "limit": 0, "howev": [0, 1, 3], "valu": 0, "rang": 0, "between": 0, "12": 0, "2": 0, "gener": 0, "The": [0, 1, 3], "lower": 0, "mean": 0, "impact": [0, 1, 3], "while": 0, "close": 0, "0": [0, 1, 3, 4], "doe": [0, 3], "have": [0, 1, 3, 4], "ani": 0, "signific": 0, "we": [0, 1, 3, 4], "should": [0, 4], "note": [0, 4], "most": 0, "ar": [0, 1, 3, 4], "deleteri": 0, "alwai": 0, "case": [0, 1, 4], "By": 0, "default": [0, 2], "onli": [0, 1, 4], "combin": 0, "independ": 0, "epistat": 0, "three": 0, "file": [0, 1, 2, 3], "myprot_normpred_evolcombi": 0, "txt": [0, 1], "myprot": 0, "short": 0, "name": [0, 1], "msa": [0, 1, 2, 4], "your": [0, 1, 2, 4], "protein": [0, 1, 3], "contain": [0, 1, 3, 4], "20": [0, 4], "row": 0, "amino": 0, "acid": 0, "alphabet": 0, "order": [0, 1], "l": [0, 3], "column": [0, 3], "where": [0, 3], "number": 0, "interest": [0, 1, 3], "sinc": [0, 4], "thi": [0, 1, 3, 4], "horizont": 0, "easi": 0, "read": 0, "r": [0, 4], "python": [0, 4], "difficult": 0, "find": 0, "you": [0, 1, 3, 4], "myprot_normpred_evolcombitranspos": 0, "As": [0, 1], "impli": 0, "transpos": 0, "version": [0, 4], "result": 0, "It": [0, 3, 4], "easier": 0, "just": 0, "check": [0, 1, 4], "correspond": 0, "prepar": [1, 2], "imag": [0, 3, 4], "oranges_r": 0, "matplotlib": 0, "color": 0, "map": 0, "can": [0, 1, 3, 4], "chang": [0, 1, 3], "ad": [0, 3, 4], "colormap": 0, "turbo_r": 0, "more": [0, 3], "fanci": 0, "look": 0, "dure": 0, "call": [0, 1, 4], "argument": 0, "accept": 0, "all": [0, 1, 3, 4], "If": [0, 1, 4], "want": [0, 1, 3], "see": [0, 1, 3], "contribut": 0, "well": [0, 1], "add": [0, 4], "verbos": 0, "true": [0, 4], "us": [0, 2, 3, 4], "predict": 0, "same": [0, 1], "format": [0, 1, 3], "a2c": 0, "6": 0, "23": 0, "a2d": 0, "1": [0, 3], "d286f": 0, "need": 1, "instal": [1, 2], "machin": 1, "consult": 1, "follow": [1, 3, 4], "page": [1, 2], "http": [1, 3, 4], "doc": 1, "com": [1, 3, 4], "i": [1, 3, 4], "am": 1, "assum": 1, "some": 1, "basic": 1, "familiar": 1, "linux": [1, 4], "unix": 1, "maco": 1, "termin": [1, 3], "command": [1, 3, 4], "let": [1, 3], "s": [1, 3, 4], "start": [1, 3], "our": [1, 3, 4], "favorit": 1, "app": 1, "must": 1, "creat": [1, 3], "folder": [1, 3, 4], "tutori": 1, "go": [1, 3, 4], "empti": 1, "mkdir": [1, 4], "cd": [1, 3, 4], "download": [1, 4], "sampl": 1, "provid": 1, "repositori": [1, 4], "exercis": 1, "first": 1, "sequenc": [1, 3], "align": [1, 3], "fasta": [1, 3], "wget": [1, 4], "gitlab": [1, 4], "lcqb": [1, 4], "upmc": [1, 4], "fr": [1, 4], "tekpinar": [1, 3, 4], "raw": [1, 2], "8d766d4d11af0e93c9da8fc2c5cc1bfc457d2936": 1, "aliblat": 1, "don": 1, "t": 1, "try": 1, "curl": 1, "pleas": [1, 3, 4], "verifi": 1, "now": [1, 3, 4], "pdb": [1, 2], "databank": 1, "blat": 1, "af2": 1, "In": [1, 4], "make": [1, 3, 4], "sure": [1, 3], "sudo": [1, 3, 4], "h": 1, "show": 1, "list": [1, 3, 4], "option": 1, "good": 1, "track": 1, "On": 1, "mai": 1, "word": 1, "befor": [1, 3], "ti": [1, 3], "rm": [1, 3, 4], "mount": [1, 3], "type": [1, 3], "bind": [1, 3], "sourc": [1, 3, 4], "pwd": [1, 3], "target": [1, 3], "home": [1, 3, 4], "research": [1, 3, 4], "myexampl": [1, 3], "v1": [1, 3], "3": [3, 4], "virtual": 1, "oper": 1, "system": [1, 4], "previou": 1, "when": 1, "ls": [1, 3], "suppos": [1, 3], "host": 1, "place": 1, "step": [1, 3, 4], "evolutionari": [1, 4], "inform": 1, "from": [1, 3, 4], "an": [1, 3, 4], "esgemme_path": [], "py": [], "f": [1, 4], "after": [1, 4], "few": [1, 3], "minut": [1, 3], "least": 1, "two": 1, "blat_normpred_evolcombi": 1, "png": [0, 1], "util": [1, 4], "structur": [1, 3], "highli": 1, "recommend": [1, 4], "pdbfile": 1, "normweightmod": [], "sstjetormax": [], "bunch": 1, "mut": 1, "simpl": 1, "text": 1, "each": 1, "line": [1, 4], "d26a": 1, "fortun": 1, "master": [1, 4], "stiffler_2015_blat_ecolx": 1, "similar": 1, "possibl": 1, "wai": 1, "do": [1, 3, 4], "without": 1, "m": 1, "includ": 1, "code": [], "bash": [], "output": [1, 2], "complet": 1, "differ": 1, "scan": 1, "its": [1, 4], "separ": 1, "space": 1, "addit": 1, "won": 1, "like": [1, 3, 4], "sometim": 1, "doubl": 1, "tripl": 1, "perform": 1, "e26d": 1, "y44r": 1, "e56n": 1, "a77f": 1, "h94v": 1, "second": 1, "colon": 1, "charact": 1, "via": 2, "docker": [2, 3, 4], "requir": [2, 3, 4], "get": [2, 4], "exampl": [2, 3], "input": 2, "data": 2, "singl": 2, "point": 2, "mutat": [2, 3], "calcul": 2, "multipl": [2, 3], "run": [2, 3], "sever": 2, "job": 2, "analyz": 2, "modifi": [2, 4], "score": 2, "Their": 2, "interpret": 2, "entir": 2, "landscap": 2, "select": [2, 3], "own": [2, 4], "colabfold": 2, "depend": [2, 3], "environ": 2, "configur": 2, "conf": 2, "index": 2, "modul": 2, "search": 2, "understand": 3, "certain": 3, "gap": 3, "quickest": 3, "method": 3, "obtain": [3, 4], "both": 3, "web": [3, 4], "site": [3, 4], "colab": 3, "googl": 3, "github": [3, 4], "sokrypton": 3, "blob": 3, "main": 3, "alphafold2": 3, "ipynb": 3, "sign": 3, "gmail": 3, "account": [3, 4], "click": 3, "connect": 3, "button": 3, "top": 3, "right": 3, "hand": 3, "side": 3, "clean": [3, 4], "query_sequ": 3, "box": 3, "past": 3, "For": 3, "me": 3, "adenyl": 3, "kinas": 3, "ak": 3, "my": [3, 4], "www": [3, 4], "rcsb": 3, "org": [3, 4], "entri": 3, "4ake": 3, "displai": 3, "jobnam": 3, "someth": 3, "sens": 3, "menu": 3, "bar": 3, "notebook": 3, "edit": 3, "view": 3, "insert": 3, "runtim": 3, "tool": 3, "help": 3, "process": 3, "take": 3, "hour": 3, "size": 3, "give": 3, "a3m": 3, "up": 3, "5": 3, "model": 3, "put": 3, "directori": 3, "unfortun": 3, "those": 3, "gui": 3, "program": [3, 4], "ugen": 3, "jalview": 3, "labor": 3, "intens": 3, "procedur": 3, "here": [3, 4], "small": 3, "develop": [3, 4], "esgemm": 3, "script": [3, 4], "hhsuit": [3, 4], "convert": 3, "reformat": 3, "pl": 3, "fa": 3, "final": 3, "demust": 3, "removegap": 3, "o": [3, 4], "ake_nogap": 3, "congratul": 3, "ii": 3, "myprotein": 3, "implement": 4, "ha": 4, "been": 4, "test": 4, "mani": 4, "determin": 4, "user": 4, "come": 4, "extern": 4, "joint": 4, "tree": 4, "jet2": 4, "java": 4, "naccess": 4, "bioinf": 4, "manchest": 4, "ac": 4, "uk": 4, "muscl": 4, "drive5": [], "seqinr": 4, "packag": 4, "cran": 4, "project": 4, "html": [], "dssp": 4, "secondari": 4, "These": [], "abl": 4, "defin": 4, "export": 4, "variabl": 4, "path": 4, "insid": 4, "import": 4, "essenti": 4, "paramet": 4, "part": [3, 4], "intern": 4, "etc": 4, "correct": 4, "softwar": 4, "section": 4, "accord": 4, "ubuntu": 4, "22": 4, "04": 4, "apt": 4, "updat": 4, "fix": 4, "miss": 4, "y": 4, "properti": 4, "common": 4, "autotool": 4, "dev": 4, "automak": 4, "build": 4, "python3": 4, "pip": 4, "base": 4, "core": 4, "jre": 4, "ncbi": 4, "blast": 4, "nano": 4, "less": 4, "csh": 4, "hmmer": 4, "libboost": 4, "rf": 4, "var": 4, "lib": 4, "tmp": 4, "otherwis": 4, "work": 4, "properli": 4, "cmbi": 4, "archiv": 4, "ref": 4, "head": 4, "zip": 4, "unzip": 4, "autogen": 4, "sh": 4, "ln": 4, "usr": 4, "local": 4, "bin": 4, "mkdssp": 4, "soedinglab": 4, "hh": 4, "suit": 4, "releas": 4, "v3": 4, "avx2": 4, "tar": 4, "gz": 4, "mv": 4, "xvfz": 4, "perman": 4, "bashrc": 4, "profil": 4, "bash_profil": 4, "locat": 4, "wa": 4, "therefor": 4, "Then": 4, "rscript": 4, "e": 4, "repo": 4, "ev_coupl": 4, "pip3": 4, "debbiemarkslab": 4, "plmc": 4, "openmp32": 4, "cp": 4, "one": 3, "last": 3, "reach": 3, "goal": 3, "id": 3, "descript": 3, "too": 3, "long": 3, "shorten": 3, "them": 3, "awk": 3, "begin": 3, "fs": 3, "nf": 3, "printf": 3, "n": 3, "els": 3, "print": 3, "ake_nogaps_short_nam": 3, "recheck": 3, "remov": 3, "extra": 3, "jet2_path": 4, "open": 4, "gedit": 4, "below": 4, "end": 4, "save": 4, "exit": 4, "forget": 4, "replac": 4, "so": 4, "taken": 4, "Of": 4, "cours": 4, "would": 4, "git": 4, "clone": 4, "b": 4, "4": 1}, "objects": {}, "objtypes": {}, "objnames": {}, "titleterms": {"analyz": 0, "modifi": 0, "esgemm": [0, 1, 2, 4], "output": 0, "raw": 0, "score": 0, "Their": 0, "interpret": 0, "entir": [0, 1], "singl": [0, 1], "point": [0, 1], "mutat": [0, 1], "landscap": [0, 1], "calcul": [0, 1], "select": 0, "multipl": [0, 1], "us": 1, "via": 1, "docker": 1, "requir": 1, "get": 1, "exampl": 1, "input": [1, 3], "data": 1, "obtain": 1, "predict": 1, "effect": 1, "subset": 1, "run": 1, "sever": 1, "job": 1, "welcom": 2, "s": 2, "document": 2, "content": 2, "indic": 2, "tabl": 2, "prepar": [3, 4], "your": 3, "own": 3, "msa": 3, "pdb": 3, "colabfold": 3, "instal": 4, "depend": 4, "sourc": [], "code": [], "environ": 4, "configur": 4, "default": 4, "conf": 4, "file": 4}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 6, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx": 56}})
\ No newline at end of file \ No newline at end of file
# Fdb version 3 # Fdb version 3
["makeindex esgemme.idx"] 1685453958 "esgemme.idx" "esgemme.ind" "esgemme" 1690799114 ["makeindex esgemme.idx"] 1685453958 "esgemme.idx" "esgemme.ind" "esgemme" 1690888279
"esgemme.idx" 1690799114 0 d41d8cd98f00b204e9800998ecf8427e "pdflatex" "esgemme.idx" 1690888279 0 d41d8cd98f00b204e9800998ecf8427e "pdflatex"
(generated) (generated)
"esgemme.ilg" "esgemme.ilg"
"esgemme.ind" "esgemme.ind"
["pdflatex"] 1690799114 "esgemme.tex" "esgemme.pdf" "esgemme" 1690799114 ["pdflatex"] 1690888278 "esgemme.tex" "esgemme.pdf" "esgemme" 1690888279
"/etc/texmf/web2c/texmf.cnf" 1686915816 475 c0e671620eb5563b2130f56340a5fde8 "" "/etc/texmf/web2c/texmf.cnf" 1686915816 475 c0e671620eb5563b2130f56340a5fde8 ""
"/usr/share/texlive/texmf-dist/fonts/map/fontname/texfonts.map" 1577235249 3524 cb3e574dea2d1052e39280babc910dc8 "" "/usr/share/texlive/texmf-dist/fonts/map/fontname/texfonts.map" 1577235249 3524 cb3e574dea2d1052e39280babc910dc8 ""
"/usr/share/texlive/texmf-dist/fonts/tfm/jknappen/ec/ecrm1000.tfm" 1136768653 3584 adb004a0c8e7c46ee66cad73671f37b4 "" "/usr/share/texlive/texmf-dist/fonts/tfm/jknappen/ec/ecrm1000.tfm" 1136768653 3584 adb004a0c8e7c46ee66cad73671f37b4 ""
...@@ -140,31 +140,31 @@ ...@@ -140,31 +140,31 @@
"/usr/share/texmf/web2c/texmf.cnf" 1644012257 39432 7155514e09a3d69036fac785183a21c2 "" "/usr/share/texmf/web2c/texmf.cnf" 1644012257 39432 7155514e09a3d69036fac785183a21c2 ""
"/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map" 1686916200 128028 f533b797fba58d231669ea19e894e23e "" "/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map" 1686916200 128028 f533b797fba58d231669ea19e894e23e ""
"/var/lib/texmf/web2c/pdftex/pdflatex.fmt" 1686916204 1405647 c55a0c388547b619d75d774fd8f2cdb7 "" "/var/lib/texmf/web2c/pdftex/pdflatex.fmt" 1686916204 1405647 c55a0c388547b619d75d774fd8f2cdb7 ""
"esgemme.aux" 1690799114 6419 037bf31d3f88d011950af339c73af556 "pdflatex" "esgemme.aux" 1690888279 6419 037bf31d3f88d011950af339c73af556 "pdflatex"
"esgemme.ind" 1686042164 0 d41d8cd98f00b204e9800998ecf8427e "makeindex esgemme.idx" "esgemme.ind" 1686042164 0 d41d8cd98f00b204e9800998ecf8427e "makeindex esgemme.idx"
"esgemme.out" 1690799114 4691 484d3d84b85998e14ab085f1c3f73044 "pdflatex" "esgemme.out" 1690888279 4691 484d3d84b85998e14ab085f1c3f73044 "pdflatex"
"esgemme.tex" 1690799113 25966 8a5eac4dcdc00629d4123d916f953398 "" "esgemme.tex" 1690888278 25826 e5afed2492d5e87320e726d528bebd35 ""
"esgemme.toc" 1690799114 1865 e1a0930e11e4c97727c86b4733bd4152 "pdflatex" "esgemme.toc" 1690888279 1865 e1a0930e11e4c97727c86b4733bd4152 "pdflatex"
"sphinx.sty" 1657784170 12780 919e6ba449302e2597e7722681a087c6 "" "sphinx.sty" 1690799546 12780 919e6ba449302e2597e7722681a087c6 ""
"sphinxhighlight.sty" 1690799113 6679 76d10c62e0f0661410b46f5db6118e26 "" "sphinxhighlight.sty" 1690888278 6679 76d10c62e0f0661410b46f5db6118e26 ""
"sphinxlatexadmonitions.sty" 1657784170 6238 2d867d769abf3f72abc17ef52adff78b "" "sphinxlatexadmonitions.sty" 1690799546 6238 2d867d769abf3f72abc17ef52adff78b ""
"sphinxlatexcontainers.sty" 1686042164 901 d3a3a1b7b2547f47ade2499350b5c420 "" "sphinxlatexcontainers.sty" 1686042164 901 d3a3a1b7b2547f47ade2499350b5c420 ""
"sphinxlatexgraphics.sty" 1686042164 4840 a9578332b6f3b35e198751fb632c9b79 "" "sphinxlatexgraphics.sty" 1686042164 4840 a9578332b6f3b35e198751fb632c9b79 ""
"sphinxlatexindbibtoc.sty" 1686042164 2066 b93f8504d02f6337fde3074b179de55e "" "sphinxlatexindbibtoc.sty" 1686042164 2066 b93f8504d02f6337fde3074b179de55e ""
"sphinxlatexlists.sty" 1686042164 5139 c2de2a1d98d3c6ceedfe46505abd3c07 "" "sphinxlatexlists.sty" 1686042164 5139 c2de2a1d98d3c6ceedfe46505abd3c07 ""
"sphinxlatexliterals.sty" 1657784170 35719 daaa4295be807130a5df36ead18b83fa "" "sphinxlatexliterals.sty" 1690799546 35719 daaa4295be807130a5df36ead18b83fa ""
"sphinxlatexnumfig.sty" 1686042164 4532 3633caf84afa1a98e1a060b7868202bb "" "sphinxlatexnumfig.sty" 1686042164 4532 3633caf84afa1a98e1a060b7868202bb ""
"sphinxlatexobjects.sty" 1657784170 9066 e76a2bc206b95eeeabf9b0331cad3113 "" "sphinxlatexobjects.sty" 1690799546 9066 e76a2bc206b95eeeabf9b0331cad3113 ""
"sphinxlatexshadowbox.sty" 1657784170 3885 01355157c5580b34ec18031ea7a5e0e0 "" "sphinxlatexshadowbox.sty" 1690799546 3885 01355157c5580b34ec18031ea7a5e0e0 ""
"sphinxlatexstyleheadings.sty" 1657784170 3253 144b82f37e9d225d888cce45c19b8ed4 "" "sphinxlatexstyleheadings.sty" 1690799546 3253 144b82f37e9d225d888cce45c19b8ed4 ""
"sphinxlatexstylepage.sty" 1686042164 3064 abce6c3018a84afee0afb08a431944ea "" "sphinxlatexstylepage.sty" 1686042164 3064 abce6c3018a84afee0afb08a431944ea ""
"sphinxlatexstyletext.sty" 1657784170 6177 c18841ce3fafc366cd3b145f8faa4c37 "" "sphinxlatexstyletext.sty" 1690799546 6177 c18841ce3fafc366cd3b145f8faa4c37 ""
"sphinxlatextables.sty" 1657784170 21848 2827eb0b11b99b185a8b77317d3e131c "" "sphinxlatextables.sty" 1690799546 21848 2827eb0b11b99b185a8b77317d3e131c ""
"sphinxmanual.cls" 1686042164 4241 7b0d7a37df7b5715fb0dbd585c52ecdb "" "sphinxmanual.cls" 1686042164 4241 7b0d7a37df7b5715fb0dbd585c52ecdb ""
"sphinxmessages.sty" 1690799113 745 3f5fcd6cdd7964ed608767954a8ced6f "" "sphinxmessages.sty" 1690888278 745 3f5fcd6cdd7964ed608767954a8ced6f ""
"sphinxoptionsgeometry.sty" 1686042164 2061 47bb34b8ed8a78823eb0c886abfb9f4d "" "sphinxoptionsgeometry.sty" 1686042164 2061 47bb34b8ed8a78823eb0c886abfb9f4d ""
"sphinxoptionshyperref.sty" 1686042164 1094 79beb8b8a3f10784f8cce804e0f9d3aa "" "sphinxoptionshyperref.sty" 1686042164 1094 79beb8b8a3f10784f8cce804e0f9d3aa ""
"sphinxpackagefootnote.sty" 1657784170 15217 dd26fe418b6fb1b26b18f042a7f43d40 "" "sphinxpackagefootnote.sty" 1690799546 15217 dd26fe418b6fb1b26b18f042a7f43d40 ""
(generated) (generated)
"esgemme.aux" "esgemme.aux"
"esgemme.idx" "esgemme.idx"
......
This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2022/dev/Debian) (preloaded format=pdflatex 2023.6.16) 31 JUL 2023 12:25 This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2022/dev/Debian) (preloaded format=pdflatex 2023.6.16) 1 AUG 2023 13:11
entering extended mode entering extended mode
restricted \write18 enabled. restricted \write18 enabled.
%&-line parsing enabled. %&-line parsing enabled.
...@@ -799,14 +799,14 @@ Chapter 3. ...@@ -799,14 +799,14 @@ Chapter 3.
] ]
LaTeX Font Info: Trying to load font information for TS1+txtt on input line LaTeX Font Info: Trying to load font information for TS1+txtt on input line
454. 451.
(/usr/share/texlive/texmf-dist/tex/latex/txfonts/ts1txtt.fd (/usr/share/texlive/texmf-dist/tex/latex/txfonts/ts1txtt.fd
File: ts1txtt.fd 2000/12/15 v3.1 File: ts1txtt.fd 2000/12/15 v3.1
) )
LaTeX Font Info: Font shape `T1/txtt/m/it' in size <10> not available LaTeX Font Info: Font shape `T1/txtt/m/it' in size <10> not available
(Font) Font shape `T1/txtt/m/sl' tried instead on input line 455. (Font) Font shape `T1/txtt/m/sl' tried instead on input line 452.
Underfull \hbox (badness 10000) in paragraph at lines 459--463 Underfull \hbox (badness 10000) in paragraph at lines 456--460
[]\T1/qtm/m/n/10 Con-grat-u-la-tions! Now, you have all the in-put files re-qui []\T1/qtm/m/n/10 Con-grat-u-la-tions! Now, you have all the in-put files re-qui
red for ES-GEMME: I. An in-put MSA: red for ES-GEMME: I. An in-put MSA:
[] []
...@@ -814,7 +814,7 @@ red for ES-GEMME: I. An in-put MSA: ...@@ -814,7 +814,7 @@ red for ES-GEMME: I. An in-put MSA:
[8] [8]
Chapter 4. Chapter 4.
LaTeX Font Info: Trying to load font information for TS1+qtm on input line 4 LaTeX Font Info: Trying to load font information for TS1+qtm on input line 4
81. 78.
(/usr/share/texmf/tex/latex/tex-gyre/ts1qtm.fd (/usr/share/texmf/tex/latex/tex-gyre/ts1qtm.fd
File: ts1qtm.fd 2009/09/25 v1.2 font definition file for TS1/qtm File: ts1qtm.fd 2009/09/25 v1.2 font definition file for TS1/qtm
) [9 ) [9
...@@ -845,7 +845,7 @@ usr/share/texlive/texmf-dist/fonts/type1/public/txfonts/t1xbtt.pfb></usr/share/ ...@@ -845,7 +845,7 @@ usr/share/texlive/texmf-dist/fonts/type1/public/txfonts/t1xbtt.pfb></usr/share/
texlive/texmf-dist/fonts/type1/public/txfonts/t1xtt.pfb></usr/share/texlive/tex texlive/texmf-dist/fonts/type1/public/txfonts/t1xtt.pfb></usr/share/texlive/tex
mf-dist/fonts/type1/public/txfonts/t1xtt.pfb></usr/share/texlive/texmf-dist/fon mf-dist/fonts/type1/public/txfonts/t1xtt.pfb></usr/share/texlive/texmf-dist/fon
ts/type1/public/txfonts/tcxtt.pfb> ts/type1/public/txfonts/tcxtt.pfb>
Output written on esgemme.pdf (17 pages, 164984 bytes). Output written on esgemme.pdf (17 pages, 164815 bytes).
PDF statistics: PDF statistics:
259 PDF objects out of 1000 (max. 8388607) 259 PDF objects out of 1000 (max. 8388607)
220 compressed objects within 3 object streams 220 compressed objects within 3 object streams
......
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
\title{esgemme} \title{esgemme}
\date{Jul 31, 2023} \date{Aug 01, 2023}
\release{1.4.0} \release{1.4.0}
\author{Mustafa Tekpinar} \author{Mustafa Tekpinar}
\newcommand{\sphinxlogo}{\vbox{}} \newcommand{\sphinxlogo}{\vbox{}}
...@@ -180,7 +180,7 @@ docker container are pointing to the same place. ...@@ -180,7 +180,7 @@ docker container are pointing to the same place.
In this step, we will use only evolutionary information from an MSA file: In this step, we will use only evolutionary information from an MSA file:
\begin{sphinxVerbatim}[commandchars=\\\{\}] \begin{sphinxVerbatim}[commandchars=\\\{\}]
esgemme aliBLAT.fasta \PYGZhy{}r input \PYGZhy{}f aliBLAT.fasta esgemme aliBLAT.fasta \PYGZhy{}f aliBLAT.fasta
\end{sphinxVerbatim} \end{sphinxVerbatim}
\sphinxAtStartPar \sphinxAtStartPar
...@@ -194,8 +194,7 @@ If you want to utilize structural information (highly recommended) as well as ...@@ -194,8 +194,7 @@ If you want to utilize structural information (highly recommended) as well as
evolutionary information: evolutionary information:
\begin{sphinxVerbatim}[commandchars=\\\{\}] \begin{sphinxVerbatim}[commandchars=\\\{\}]
esgemme aliBLAT.fasta \PYGZhy{}r input \PYGZhy{}f aliBLAT.fasta \PYG{l+s+se}{\PYGZbs{}} esgemme aliBLAT.fasta \PYGZhy{}f aliBLAT.fasta \PYGZhy{}\PYGZhy{}pdbfile blat\PYGZhy{}af2.pdb
\PYGZhy{}\PYGZhy{}pdbfile blat\PYGZhy{}af2.pdb
\end{sphinxVerbatim} \end{sphinxVerbatim}
...@@ -216,16 +215,14 @@ Similar to the previous step, there are two possible ways to do the calculations ...@@ -216,16 +215,14 @@ Similar to the previous step, there are two possible ways to do the calculations
structural information. First, let’s do it without structural information: structural information. First, let’s do it without structural information:
\begin{sphinxVerbatim}[commandchars=\\\{\}] \begin{sphinxVerbatim}[commandchars=\\\{\}]
esgemme aliBLAT.fasta \PYGZhy{}r input \PYGZhy{}f aliBLAT.fasta \PYG{l+s+se}{\PYGZbs{}} esgemme aliBLAT.fasta \PYGZhy{}f aliBLAT.fasta \PYGZhy{}m Stiffler\PYGZus{}2015\PYGZus{}BLAT\PYGZus{}ECOLX.mut
\PYGZhy{}m Stiffler\PYGZus{}2015\PYGZus{}BLAT\PYGZus{}ECOLX.mut
\end{sphinxVerbatim} \end{sphinxVerbatim}
\sphinxAtStartPar \sphinxAtStartPar
You can include structural information in the following way: You can include structural information in the following way:
\begin{sphinxVerbatim}[commandchars=\\\{\}] \begin{sphinxVerbatim}[commandchars=\\\{\}]
esgemme aliBLAT.fasta \PYGZhy{}r input \PYGZhy{}f aliBLAT.fasta \PYG{l+s+se}{\PYGZbs{}} esgemme aliBLAT.fasta \PYGZhy{}f aliBLAT.fasta \PYGZhy{}\PYGZhy{}pdbfile blat\PYGZhy{}af2.pdb \PYG{l+s+se}{\PYGZbs{}}
\PYGZhy{}\PYGZhy{}pdbfile blat\PYGZhy{}af2.pdb \PYG{l+s+se}{\PYGZbs{}}
\PYGZhy{}m Stiffler\PYGZus{}2015\PYGZus{}BLAT\PYGZus{}ECOLX.mut \PYGZhy{}m Stiffler\PYGZus{}2015\PYGZus{}BLAT\PYGZus{}ECOLX.mut
\end{sphinxVerbatim} \end{sphinxVerbatim}
......
...@@ -81,7 +81,7 @@ In this step, we will use only evolutionary information from an MSA file: ...@@ -81,7 +81,7 @@ In this step, we will use only evolutionary information from an MSA file:
.. code:: bash .. code:: bash
esgemme aliBLAT.fasta -r input -f aliBLAT.fasta esgemme aliBLAT.fasta -f aliBLAT.fasta
After a few minutes of calculation, you must see at least two files named After a few minutes of calculation, you must see at least two files named
BLAT_normPred_evolCombi.txt and BLAT_normPred_evolCombi.png. You have BLAT_normPred_evolCombi.txt and BLAT_normPred_evolCombi.png. You have
...@@ -93,8 +93,7 @@ evolutionary information: ...@@ -93,8 +93,7 @@ evolutionary information:
.. code:: bash .. code:: bash
esgemme aliBLAT.fasta -r input -f aliBLAT.fasta \ esgemme aliBLAT.fasta -f aliBLAT.fasta --pdbfile blat-af2.pdb
--pdbfile blat-af2.pdb
Predicting the effect of a subset of single point mutations Predicting the effect of a subset of single point mutations
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...@@ -112,15 +111,13 @@ structural information. First, let's do it without structural information: ...@@ -112,15 +111,13 @@ structural information. First, let's do it without structural information:
.. code:: bash .. code:: bash
esgemme aliBLAT.fasta -r input -f aliBLAT.fasta \ esgemme aliBLAT.fasta -f aliBLAT.fasta -m Stiffler_2015_BLAT_ECOLX.mut
-m Stiffler_2015_BLAT_ECOLX.mut
You can include structural information in the following way: You can include structural information in the following way:
.. code:: bash .. code:: bash
esgemme aliBLAT.fasta -r input -f aliBLAT.fasta \ esgemme aliBLAT.fasta -f aliBLAT.fasta --pdbfile blat-af2.pdb \
--pdbfile blat-af2.pdb \
-m Stiffler_2015_BLAT_ECOLX.mut -m Stiffler_2015_BLAT_ECOLX.mut
You will have BLAT_normPred_evolCombi.txt file in your folder. However, the output You will have BLAT_normPred_evolCombi.txt file in your folder. However, the output
......
...@@ -942,7 +942,7 @@ def parse_command_line(): ...@@ -942,7 +942,7 @@ def parse_command_line():
retMet_args.add_argument( retMet_args.add_argument(
'-r', '--retrievingMethod', '-r', '--retrievingMethod',
help='mode to retrieve related sequences for conservation levels calculation (input, local or server)', help='mode to retrieve related sequences for conservation levels calculation (input, local or server)',
default='local' default='input'
) )
retMet_args.add_argument( retMet_args.add_argument(
......
...@@ -20,7 +20,7 @@ then ...@@ -20,7 +20,7 @@ then
echo "Running ESGEMME with a user-provided alignment file." echo "Running ESGEMME with a user-provided alignment file."
echo "Using a previously produced prot_jet.res file to check reproducibility!" echo "Using a previously produced prot_jet.res file to check reproducibility!"
esgemme ../data/aliBLAT.fasta -r input -f ../data/aliBLAT.fasta --jetfile ../data/BLAT_jet.res esgemme ../data/aliBLAT.fasta -f ../data/aliBLAT.fasta --jetfile ../data/BLAT_jet.res
elif [ "$1" == "withpdb" ] elif [ "$1" == "withpdb" ]
then then
...@@ -28,7 +28,7 @@ then ...@@ -28,7 +28,7 @@ then
#Please note that CV isa structural feature and it can not be calculated if you don't specify a pdb file. #Please note that CV isa structural feature and it can not be calculated if you don't specify a pdb file.
echo "Using blat-af2.pdb for the structural feature calculations!" echo "Using blat-af2.pdb for the structural feature calculations!"
echo "Entire mutational map of the protein will be calculated!" echo "Entire mutational map of the protein will be calculated!"
esgemme ../data/aliBLAT.fasta -r input -f ../data/aliBLAT.fasta \ esgemme ../data/aliBLAT.fasta -f ../data/aliBLAT.fasta \
--pdbfile ../data/blat-af2.pdb --pdbfile ../data/blat-af2.pdb
elif [ "$1" == "withpdb-withmutfile" ] elif [ "$1" == "withpdb-withmutfile" ]
...@@ -37,13 +37,13 @@ then ...@@ -37,13 +37,13 @@ then
#Please note that CV isa structural feature and it can not be calculated if you don't specify a pdb file. #Please note that CV isa structural feature and it can not be calculated if you don't specify a pdb file.
echo "Using blat-af2.pdb for the structural feature calculations!" echo "Using blat-af2.pdb for the structural feature calculations!"
echo "Only effects of mutations specified in the Stiffler_2015_BLAT_ECOLX.mut file will be calculated!" echo "Only effects of mutations specified in the Stiffler_2015_BLAT_ECOLX.mut file will be calculated!"
esgemme ../data/aliBLAT.fasta -r input -f ../data/aliBLAT.fasta \ esgemme ../data/aliBLAT.fasta -f ../data/aliBLAT.fasta \
--pdbfile ../data/blat-af2.pdb -m ../data/Stiffler_2015_BLAT_ECOLX.mut --pdbfile ../data/blat-af2.pdb -m ../data/Stiffler_2015_BLAT_ECOLX.mut
demust compare -i ../data/BLAT_ECOLX_Stiffler_2015_experimental.dat --itype singleline -j BLAT_normPred_evolCombi.txt --jtype singleline demust compare -i ../data/BLAT_ECOLX_Stiffler_2015_experimental.dat --itype singleline -j BLAT_normPred_evolCombi.txt --jtype singleline
else else
echo "Running EGEMME with a user-provided alignment file." echo "Running EGEMME with a user-provided alignment file."
echo "Since a pdb file is not provided, only evolutionary information will be used!" echo "Since a pdb file is not provided, only evolutionary information will be used!"
esgemme ../data/aliBLAT.fasta -r input -f ../data/aliBLAT.fasta esgemme ../data/aliBLAT.fasta -f ../data/aliBLAT.fasta
fi fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment