AMCowmvg


NameAMCowmvg JSON
Version 1.1.0 PyPI version JSON
download
home_page
SummaryProduce Antimony Files and Graphs using a browser GUI
upload_time2022-12-12 03:56:11
maintainer
docs_urlNone
author
requires_python>=3.6
licenseMIT License Copyright (c) 2022 MatthewVanG Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Antimony Model Creator - Olivia Walsh, Matthew Van Ginneken
 
This package allows the user to visualize a reaction via a steady state graph.  The user can create and submit their own reactions on the Flask Webpage, or they can submit an antimony txt file or a SBML file also through the webpage.  The Webpage will run a simulation using the reactions with tellurium and show the steady state graph.  
 
## <b>Installation </b>
 
To install this package the user should open up to their terminal and use pip install to install the package 
> pip install AMC-OWMVG==1.1.0
 
Once the terminal has confirmed installation, the user must create a new folder in their desktop and move to that directory
> cd Desktop <br>
> cd newFolder (replace newFolder with the name of the folder)
 
Within this folder the user has to create a file and another folder called static.  We recommend using an IDE or an editor to make these.
> static (a folder) <br>
> runApp.py <br>
 
Within the static folder the user should make two .txt files that are empty.
> antimony1.txt <br>
> antimony2.txt <br>
 
Going back to the file runApp.py the user should type out the following into the file
> import AMCowmvg <br>
> from AMCowmvg.testing import runApp <br>
> runApp()
 
The user should then run the runApp.py in their terminal
> python runApp.py
 
This will produce a few lines of response including a website link, the user should copy and paste this into their browser.  The user now can create and visualize their reactions
 
##<b> Installation if you have access to the StarterAMC folder </b>
### <i>If the user has access to the StarterAMC folder they should download it to their desktop then run through the following commands </i>
 
To install this package the user should open up to their terminal and use pip install to install the package 
> pip install AMC-OWMVG==1.1.0
 
Once the terminal has confirmed installation the user must navigate to the StarterAMC directory
> cd Desktop <br>
> cd StarterAMC
 
Once the user is in the correct directory they should run the runApp.py file from their terminal
> python runApp.py
 
This will produce a few lines of response including a website link, the user should copy and paste this into their browser.  The user now can create and visualize their reactions

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "AMCowmvg",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "",
    "author_email": "Olivia Walsh <owalsh@uw.edu>, Matthew Van Ginneken <mattcvang@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/f8/ba/5a664c52029a1f2192d60b8e91c9664eb85cd627dbf1d370168f62af5ce7/AMCowmvg-1.1.0.tar.gz",
    "platform": null,
    "description": "# Antimony Model Creator - Olivia Walsh, Matthew Van Ginneken\r\n \r\nThis package allows the user to visualize a reaction via a steady state graph.  The user can create and submit their own reactions on the Flask Webpage, or they can submit an antimony txt file or a SBML file also through the webpage.  The Webpage will run a simulation using the reactions with tellurium and show the steady state graph.  \r\n \r\n## <b>Installation </b>\r\n \r\nTo install this package the user should open up to their terminal and use pip install to install the package \r\n> pip install AMC-OWMVG==1.1.0\r\n \r\nOnce the terminal has confirmed installation, the user must create a new folder in their desktop and move to that directory\r\n> cd Desktop <br>\r\n> cd newFolder (replace newFolder with the name of the folder)\r\n \r\nWithin this folder the user has to create a file and another folder called static.  We recommend using an IDE or an editor to make these.\r\n> static (a folder) <br>\r\n> runApp.py <br>\r\n \r\nWithin the static folder the user should make two .txt files that are empty.\r\n> antimony1.txt <br>\r\n> antimony2.txt <br>\r\n \r\nGoing back to the file runApp.py the user should type out the following into the file\r\n> import AMCowmvg <br>\r\n> from AMCowmvg.testing import runApp <br>\r\n> runApp()\r\n \r\nThe user should then run the runApp.py in their terminal\r\n> python runApp.py\r\n \r\nThis will produce a few lines of response including a website link, the user should copy and paste this into their browser.  The user now can create and visualize their reactions\r\n \r\n##<b> Installation if you have access to the StarterAMC folder </b>\r\n### <i>If the user has access to the StarterAMC folder they should download it to their desktop then run through the following commands </i>\r\n \r\nTo install this package the user should open up to their terminal and use pip install to install the package \r\n> pip install AMC-OWMVG==1.1.0\r\n \r\nOnce the terminal has confirmed installation the user must navigate to the StarterAMC directory\r\n> cd Desktop <br>\r\n> cd StarterAMC\r\n \r\nOnce the user is in the correct directory they should run the runApp.py file from their terminal\r\n> python runApp.py\r\n \r\nThis will produce a few lines of response including a website link, the user should copy and paste this into their browser.  The user now can create and visualize their reactions\r\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2022 MatthewVanG  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Produce Antimony Files and Graphs using a browser GUI",
    "version": "1.1.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "287d5231cf3a9c31a0afbbd479c0b455",
                "sha256": "dde395fcc868da57729050a62503b645c531714f0f17fdd03bc11b8e239aeb9c"
            },
            "downloads": -1,
            "filename": "AMCowmvg-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "287d5231cf3a9c31a0afbbd479c0b455",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 23339,
            "upload_time": "2022-12-12T03:56:09",
            "upload_time_iso_8601": "2022-12-12T03:56:09.024313Z",
            "url": "https://files.pythonhosted.org/packages/34/01/6570f7cdd19b1399f415d2fba206b4e270117a68a60ba15f36d47b752d85/AMCowmvg-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "932f1183fb8f115b732cbbebfe0e01f1",
                "sha256": "1759ea00c717a4167485fb18961c24270004d28ff28ff68f068ae5f20a5e2541"
            },
            "downloads": -1,
            "filename": "AMCowmvg-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "932f1183fb8f115b732cbbebfe0e01f1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 21422,
            "upload_time": "2022-12-12T03:56:11",
            "upload_time_iso_8601": "2022-12-12T03:56:11.208323Z",
            "url": "https://files.pythonhosted.org/packages/f8/ba/5a664c52029a1f2192d60b8e91c9664eb85cd627dbf1d370168f62af5ce7/AMCowmvg-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-12 03:56:11",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "amcowmvg"
}
        
Elapsed time: 0.03384s