Skip to content

Releases: OpenOmics/nanite

v0.6.0

06 Jun 18:59
Compare
Choose a tag to compare

nanite (v0.6.0)

New feature: assemble and recover viral genomes.

Added a new feature called, --assemble-reads, to assemble and recover high-quality viral genomes.

  • Updated the docker image and conda environment for new required dependencies: flye and viralFlye.
    • To use the latest version of the pipeline, please re-build or create a new conda environment using the provided conda environment file. If you are using singularity, please pull the latest docker image using the using the cache sub command.
  • Added new rules to assemble and recover high-quality viral genomes with flye and viralFlye, the recovered viralFlye genomes are aligned against our NCBI viral database and the results are visualized with krona.
    • The interactive krona report can be found in the following location in the output directory: {sample}/assembly/reports/{sample}_viralflye_classification.html.

Full Changelog: v0.5.1...v0.6.0

v0.5.0

22 Mar 16:38
Compare
Choose a tag to compare

nanite (v0.5.0)

Adding a new --conda-env-name option to the run command to use conda/mamba in an offline mode.

Notable changes:

Previously, the --use-conda option would build a conda environment on the fly when the pipeline was invoked. The new option called --conda-env-name allows a user to point to an existing, name conda environment. This is beneficial because building a new conda/mamba environment can be slow. Also, the build process requires access to the internet. With that being said, for some users it may make sense for them to build the conda environment once and reuse it. This will skip rebuilding the conda environment over and over again, and it will ensure the pipeline can run in an offline mode with conda.

Please see our TLDR for running conda in an offline mode on the setup page.

v0.4.0

23 Dec 16:00
Compare
Choose a tag to compare

nanite (v0.4.0)

Adding a new install command for setup and installation.

Notable changes:

  • f93b5f3:Adding documentation for new install command
  • 7c14590 Adding install sub command to cli
  • f90e634: Adding script to download resource bundle chunks in parallel
  • bb0a7ae: Adding script to create a resource bundle
  • 07b3fea: Adding config to install resource bundle