nextflow


Namenextflow JSON
Version 24.10.3 PyPI version JSON
download
home_pageNone
SummaryA Python wrapper that installs the Nextflow launcher
upload_time2024-12-16 17:13:58
maintainerNone
docs_urlNone
authorJordi Deu-Pons
requires_pythonNone
licenseApache License 2.0
keywords pipeline workflow nextflow
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Nextflow launcher python package

## Description
This package is purely an installer for the Nextflow launcher (<https://nextflow.io/>) that allows
you to easily have the `nextflow` command line available on your system.

## How to install
 - Install Nextflow launcher using `pip install nextflow`. 
 - Now `nextflow` command is available on your path.
 - Run `nextflow info` to force it download all the dependencies the first time (optional).
 - Now you are ready to run a pipeline `nextflow run hello`. 

## Requirements
The Nextflow launcher requires Java and `curl` or `wget` available on your
system to be able to download Nextflow Java dependencies and launch Nextflow.

## Note
If you are looking for previous versions of this package that was a wrapper around the Nextflow
pipeline framework that lets you run pipelines from Python code, check `nextflowpy` package.



            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "nextflow",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "pipeline, workflow, nextflow",
    "author": "Jordi Deu-Pons",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/d8/70/658e28cc6c6d748a6928242c945fff4c67bd899371e7fcf11efe6157dfe5/nextflow-24.10.3.tar.gz",
    "platform": null,
    "description": "# Nextflow launcher python package\n\n## Description\nThis package is purely an installer for the Nextflow launcher (<https://nextflow.io/>) that allows\nyou to easily have the `nextflow` command line available on your system.\n\n## How to install\n - Install Nextflow launcher using `pip install nextflow`. \n - Now `nextflow` command is available on your path.\n - Run `nextflow info` to force it download all the dependencies the first time (optional).\n - Now you are ready to run a pipeline `nextflow run hello`. \n\n## Requirements\nThe Nextflow launcher requires Java and `curl` or `wget` available on your\nsystem to be able to download Nextflow Java dependencies and launch Nextflow.\n\n## Note\nIf you are looking for previous versions of this package that was a wrapper around the Nextflow\npipeline framework that lets you run pipelines from Python code, check `nextflowpy` package.\n\n\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "A Python wrapper that installs the Nextflow launcher",
    "version": "24.10.3",
    "project_urls": null,
    "split_keywords": [
        "pipeline",
        " workflow",
        " nextflow"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d870658e28cc6c6d748a6928242c945fff4c67bd899371e7fcf11efe6157dfe5",
                "md5": "d5dd6785ea2f0f36b9f69365a374bc39",
                "sha256": "cb068ce1076de7908592fbe9e33a13ea52e9d55ddb4077265a6bed98f94b6ffe"
            },
            "downloads": -1,
            "filename": "nextflow-24.10.3.tar.gz",
            "has_sig": false,
            "md5_digest": "d5dd6785ea2f0f36b9f69365a374bc39",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7791,
            "upload_time": "2024-12-16T17:13:58",
            "upload_time_iso_8601": "2024-12-16T17:13:58.460843Z",
            "url": "https://files.pythonhosted.org/packages/d8/70/658e28cc6c6d748a6928242c945fff4c67bd899371e7fcf11efe6157dfe5/nextflow-24.10.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-16 17:13:58",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "nextflow"
}
        
Elapsed time: 0.53938s