nextflow


Namenextflow JSON
Version 24.4.2 PyPI version JSON
download
home_pageNone
SummaryA Python wrapper that installs the Nextflow launcher
upload_time2024-05-31 09:40:25
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/e3/bd/c2bbb7c09b5c88d1521f40025c5ddec825b5c789f374242afbffba08c84b/nextflow-24.4.2.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.4.2",
    "project_urls": null,
    "split_keywords": [
        "pipeline",
        " workflow",
        " nextflow"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e3bdc2bbb7c09b5c88d1521f40025c5ddec825b5c789f374242afbffba08c84b",
                "md5": "ebe5e95a9854cc12ba5c0ef499cf31a3",
                "sha256": "e2fc519aefe77beaea8691afd080bc32f676e25d8dcb3ed44c38842838d8dacf"
            },
            "downloads": -1,
            "filename": "nextflow-24.4.2.tar.gz",
            "has_sig": false,
            "md5_digest": "ebe5e95a9854cc12ba5c0ef499cf31a3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7289,
            "upload_time": "2024-05-31T09:40:25",
            "upload_time_iso_8601": "2024-05-31T09:40:25.632260Z",
            "url": "https://files.pythonhosted.org/packages/e3/bd/c2bbb7c09b5c88d1521f40025c5ddec825b5c789f374242afbffba08c84b/nextflow-24.4.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-31 09:40:25",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "nextflow"
}
        
Elapsed time: 0.26493s