nextflow


Namenextflow JSON
Version 23.10.1 PyPI version JSON
download
home_page
SummaryA Python wrapper that installs the Nextflow launcher
upload_time2024-01-13 06:35:38
maintainer
docs_urlNone
authorJordi Deu-Pons
requires_python
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": "",
    "name": "nextflow",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "pipeline,workflow,nextflow",
    "author": "Jordi Deu-Pons",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/83/af/626ea17fa51a5397849f286ffb2c88e661e1498078b337287c8deee86ba6/nextflow-23.10.1.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": "23.10.1",
    "project_urls": null,
    "split_keywords": [
        "pipeline",
        "workflow",
        "nextflow"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "83af626ea17fa51a5397849f286ffb2c88e661e1498078b337287c8deee86ba6",
                "md5": "eda751beaa74a4ba00482d358a0fb970",
                "sha256": "f55131c9064bb45bd5d7bf36929f2a3bb2eab3af491c05b6e6353c7af7c22560"
            },
            "downloads": -1,
            "filename": "nextflow-23.10.1.tar.gz",
            "has_sig": false,
            "md5_digest": "eda751beaa74a4ba00482d358a0fb970",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7086,
            "upload_time": "2024-01-13T06:35:38",
            "upload_time_iso_8601": "2024-01-13T06:35:38.607916Z",
            "url": "https://files.pythonhosted.org/packages/83/af/626ea17fa51a5397849f286ffb2c88e661e1498078b337287c8deee86ba6/nextflow-23.10.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-13 06:35:38",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "nextflow"
}
        
Elapsed time: 0.26663s