flight-genome


Nameflight-genome JSON
Version 1.6.2 PyPI version JSON
download
home_pagehttps://github.com/rhysnewell/flight
Summaryflight - metagenomic binner and variant clusterer.
upload_time2023-11-16 02:24:06
maintainer
docs_urlNone
authorRhys Newell
requires_python
licenseBSD-3
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Flight
The python component used by [Lorikeet](https://github.com/rhysnewell/Lorikeet) and [Rosella](https://github.com/rhysnewell/rosella)

# Installation
This module is only used in conjunction with other programs, but if you wish to install and play around with the code 
follow these instructions:

```
git clone https://github.com/rhysnewell/flight.git
cd flight
conda env create -n flight -f flight.yml
conda activate flight
pip install .
flight bin --help
```

# Requirements

Initial requirements for flight can be downloaded using the `flight.yml`:
```
conda env create -n flight -f flight.yml
```

# Usage

To perform mag recovery:
```
flight bin --assembly scaffolds.fasta --input coverm.cov --output output_dir/ --threads 24
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/rhysnewell/flight",
    "name": "flight-genome",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Rhys Newell",
    "author_email": "rhys.newell94@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/1e/77/1e458b82deef70c857842e8138df3925c9cfbfc2b23ab7635821d460bf74/flight-genome-1.6.2.tar.gz",
    "platform": null,
    "description": "# Flight\nThe python component used by [Lorikeet](https://github.com/rhysnewell/Lorikeet) and [Rosella](https://github.com/rhysnewell/rosella)\n\n# Installation\nThis module is only used in conjunction with other programs, but if you wish to install and play around with the code \nfollow these instructions:\n\n```\ngit clone https://github.com/rhysnewell/flight.git\ncd flight\nconda env create -n flight -f flight.yml\nconda activate flight\npip install .\nflight bin --help\n```\n\n# Requirements\n\nInitial requirements for flight can be downloaded using the `flight.yml`:\n```\nconda env create -n flight -f flight.yml\n```\n\n# Usage\n\nTo perform mag recovery:\n```\nflight bin --assembly scaffolds.fasta --input coverm.cov --output output_dir/ --threads 24\n```\n",
    "bugtrack_url": null,
    "license": "BSD-3",
    "summary": "flight - metagenomic binner and variant clusterer.",
    "version": "1.6.2",
    "project_urls": {
        "Homepage": "https://github.com/rhysnewell/flight"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a1bba914f5448963612ddad5eaa302d78d8dedcb72505b98a9fdabfdf83f6e1a",
                "md5": "7ff4d53d218e2bb8616ac4782b237de3",
                "sha256": "6f4359a4df6ba1693e77fc3243f7812f2306014d5317310f2e4df19e24290be5"
            },
            "downloads": -1,
            "filename": "flight_genome-1.6.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7ff4d53d218e2bb8616ac4782b237de3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 69717,
            "upload_time": "2023-11-16T02:24:03",
            "upload_time_iso_8601": "2023-11-16T02:24:03.357403Z",
            "url": "https://files.pythonhosted.org/packages/a1/bb/a914f5448963612ddad5eaa302d78d8dedcb72505b98a9fdabfdf83f6e1a/flight_genome-1.6.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1e771e458b82deef70c857842e8138df3925c9cfbfc2b23ab7635821d460bf74",
                "md5": "642c936d8511344a460f1a839e227453",
                "sha256": "d07b920f3a6bfabb6190d27eb2cbe8ad8a1ddb40b0cbf62104d3adbb71c484a2"
            },
            "downloads": -1,
            "filename": "flight-genome-1.6.2.tar.gz",
            "has_sig": false,
            "md5_digest": "642c936d8511344a460f1a839e227453",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 59861,
            "upload_time": "2023-11-16T02:24:06",
            "upload_time_iso_8601": "2023-11-16T02:24:06.512277Z",
            "url": "https://files.pythonhosted.org/packages/1e/77/1e458b82deef70c857842e8138df3925c9cfbfc2b23ab7635821d460bf74/flight-genome-1.6.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-16 02:24:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "rhysnewell",
    "github_project": "flight",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "flight-genome"
}
        
Elapsed time: 0.13526s