igv-flask


Nameigv-flask JSON
Version 1.4 PyPI version JSON
download
home_pagehttp://github.com/cumbof/igv-flask
SummaryFlask webserver for rendering igv.js
upload_time2023-05-19 18:39:36
maintainer
docs_urlNone
authorFabio Cumbo
requires_python>=3.6
licenseMIT
keywords bioinformatics visualization
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # igv-flask

Flask webserver for rendering [igv.js](https://github.com/igvteam/igv.js).

It is available through `pip` with the following command:

```
pip install igv-flask
```

## How to start the webserver

In order to start the Flask webserver and rendering `igv.js` over an input fasta file, open your terminal and run the following command:

```
igv --host "0.0.0.0" --port 5000 --input ~/myfasta.fna --index ~/myfasta.fai --cytoband ~/mycytoband.txt --tracks ~/track1.txt ~/track2.txt
```

Run `igv --help` for a complite list of available options.
            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/cumbof/igv-flask",
    "name": "igv-flask",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "bioinformatics,visualization",
    "author": "Fabio Cumbo",
    "author_email": "fabio.cumbo@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/43/b0/87e8ba011a2fe64d1b573953e7f1626495835fa5de209a99dd928b2b1d54/igv-flask-1.4.tar.gz",
    "platform": null,
    "description": "# igv-flask\n\nFlask webserver for rendering [igv.js](https://github.com/igvteam/igv.js).\n\nIt is available through `pip` with the following command:\n\n```\npip install igv-flask\n```\n\n## How to start the webserver\n\nIn order to start the Flask webserver and rendering `igv.js` over an input fasta file, open your terminal and run the following command:\n\n```\nigv --host \"0.0.0.0\" --port 5000 --input ~/myfasta.fna --index ~/myfasta.fai --cytoband ~/mycytoband.txt --tracks ~/track1.txt ~/track2.txt\n```\n\nRun `igv --help` for a complite list of available options.",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Flask webserver for rendering igv.js",
    "version": "1.4",
    "project_urls": {
        "Download": "https://pypi.org/project/igv-flask/",
        "Homepage": "http://github.com/cumbof/igv-flask",
        "Source": "https://github.com/cumbof/igv-flask",
        "Wiki": "https://github.com/igvteam/igv.js/wiki"
    },
    "split_keywords": [
        "bioinformatics",
        "visualization"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "43b087e8ba011a2fe64d1b573953e7f1626495835fa5de209a99dd928b2b1d54",
                "md5": "f3503b36868320289500239d002b7a0a",
                "sha256": "992b148776d8d7199c41925bd7fd21a56d40871d0cfd5f0df53a80d363cee0ef"
            },
            "downloads": -1,
            "filename": "igv-flask-1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "f3503b36868320289500239d002b7a0a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 7145,
            "upload_time": "2023-05-19T18:39:36",
            "upload_time_iso_8601": "2023-05-19T18:39:36.584261Z",
            "url": "https://files.pythonhosted.org/packages/43/b0/87e8ba011a2fe64d1b573953e7f1626495835fa5de209a99dd928b2b1d54/igv-flask-1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-19 18:39:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cumbof",
    "github_project": "igv-flask",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "igv-flask"
}
        
Elapsed time: 0.06691s