Metadata-Version: 2.1
Name: nextflow
Version: 22.10.1
Summary: A Python wrapper that installs the Nextflow launcher
Home-page: UNKNOWN
Author: Jordi Deu-Pons
License: Apache License 2.0
Description: # Nextflow launcher python package
        
        ## Description
        This package is only and installer of the Nextflow launcher that allows
        you to easily have `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.
Keywords: pipeline,workflow,nextflow
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering
Description-Content-Type: text/markdown
