Skip to content

Releases: CDCgov/tostadas

βeta3

13 Apr 15:41
22deebe
Compare
Choose a tag to compare
βeta3 Pre-release
Pre-release

Changes from Previous Release (βeta2):

(1) New gene annotation pipeline (VADR) integrated into Nextflow wrapper:

  • Can be accessed through both the main workflow (using the run_vadr parameter) and as a separate entrypoint
  • VADR is restricted to only running through Docker, as the docker container is being pulled from the StaphB DockerHub (VADR Container). The actual docker container is specified via a new parameter: docker_container_vadr
  • If both Liftoff and VADR gene annotation are toggled on, for the main workflow, they will run in parallel during their respective processes and through the submission portion of the pipeline. VADR will output files in the directory defined by the vadr_output_dir parameter
  • Necessary MPXV model files for reference have been added to the repository, therefore no additional setup is required. A new parameter named vadr_models_dir has been added to encode the location of these model files

(2) New templates for opening an issue have been added:

  • bug related and opened by a maintainer/collaborator
  • feature related and opened by a maintainer/collaborator
  • bug related and opened by a user
  • feature related and opened by a user

The various options can be found here: Issues Tab

(3) Updates to the pull-request template:

  • custom checklist
  • CDC specific criteria (for maintainers/collaborators)

(4) README.md has had multiple changes including:

  • all information about VADR including where to find accompanying documentation for this package and the parameters mentioned above
  • general ordering with certain sections have been switched or change
  • information added in the setup section to include steps for provisioning a Scicomp (HPC Cluster at the CDC) environment to run the pipeline
  • certain pieces of information have been made present or more obvious within the quick-start and running the pipeline sections (wait time, setting up your submission configuration file, etc.)
  • more information has been added to explain required parameters/inputs for the submission entrypoints

(5) Test files (.yaml and .json) have been created within the nf_params directory

Autogenerated Release Notes:

Full Changelog: v1.0.0-beta...v2.0.0-beta

βeta2

17 Mar 03:59
b6cebde
Compare
Choose a tag to compare
βeta2 Pre-release
Pre-release

Added Functionality:

(1) Ability to easily specify a database for sample submission through the Nextflow wrapper (submission_database)

(2) Pre-existing email functionality, for notifying user during a Genbank submission with genbank_submission_type set to table2asn, is now configurable within the Nextflow wrapper

  • Functionality is toggled on/off with send_submission_email
  • Email recipient is specified as a new field within your submission config under 'general' as 'notif_email_recipient'

(3) Git submodule integration of internal CDC submission configs with the repository

  • Configs exist in a remote GitLab repository with permissions limited to CDC personnel with access to the Monkeypox group
  • Documentation outlining steps on how to initialize the submodule and pull these config files from the remote location to your local version of the repo is specified within docs/cdc_configs_access.md

(4) Fully Nextflow Tower compatible

  • Docker container is now hosted DockerHub and can automatically be pulled in (assuming you have the proper permissions)
  • Rewriting/refactoring of the Python scripts handling database submission via FTP
  • Enhancements of Nextflow wrapper structure/code to now scale across various environments

(5) Updates to README.md to include these latest changes (new/removed parameters, general restructuring etc.), as well as updates to PULL_REQUEST_TEMPLATE.md

βeta

20 Dec 21:47
78c3891
Compare
Choose a tag to compare
βeta Pre-release
Pre-release

First release for Beta Testing.