:orphan: .. only available via index, not via toctree .. title:: Package Recipe 'pacbio_falcon' .. highlight: bash pacbio_falcon ============= .. conda:recipe:: pacbio_falcon :replaces_section_title: :noindex: A set of tools for fast aligning long reads for consensus and assembly :homepage: https://github.com/PacificBiosciences/FALCON :license: Standard PacBio Open Source License :recipe: /`pacbio_falcon `_/`meta.yaml `_ .. conda:package:: pacbio_falcon |downloads_pacbio_falcon| |docker_pacbio_falcon| :versions: ``052016-2``,  ``052016-1``,  ``052016-0`` :depends libgcc-ng: ``>=7.3.0`` :depends networkx: :depends pypeflow: :depends python: ``>=2.7,<2.8.0a0`` :depends rdfextras: :depends rdflib: :requirements: .. rubric:: Installation You need a conda-compatible package manager (currently either `micromamba `_, `mamba `_, or `conda `_) and the Bioconda channel already activated (see :ref:`set-up-channels`). While any of above package managers is fine, it is currently recommended to use either micromamba or mamba (see `here `_ for installation instructions). We will show all commands using mamba below, but the arguments are the same for the two others. Given that you already have a conda environment in which you want to have this package, install with:: mamba install pacbio_falcon and update with:: mamba update pacbio_falcon To create a new environment, run:: mamba create --name myenvname pacbio_falcon with ``myenvname`` being a reasonable name for the environment (see e.g. the `mamba docs `_ for details and further options). Alternatively, use the docker container:: docker pull quay.io/biocontainers/pacbio_falcon: (see `pacbio_falcon/tags`_ for valid values for ````) .. |downloads_pacbio_falcon| image:: https://img.shields.io/conda/dn/bioconda/pacbio_falcon.svg?style=flat :target: https://anaconda.org/bioconda/pacbio_falcon :alt: (downloads) .. |docker_pacbio_falcon| image:: https://quay.io/repository/biocontainers/pacbio_falcon/status :target: https://quay.io/repository/biocontainers/pacbio_falcon .. _`pacbio_falcon/tags`: https://quay.io/repository/biocontainers/pacbio_falcon?tab=tags .. raw:: html Download stats ----------------- .. raw:: html :file: ../../templates/package_dashboard.html Link to this page ----------------- Render an |install-with-bioconda| badge with the following MarkDown:: [![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](http://bioconda.github.io/recipes/pacbio_falcon/README.html) .. |install-with-bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat :target: http://bioconda.github.io/recipes/pacbio_falcon/README.html