Releases: CDCgov/seqsender
V1.2.4 Release
V1.2.4 Release of SeqSender
Changes:
GenBank:
- Fixes bug where if submitting only to GenBank/GenBank is final database processing, "submission_status" command does not see flag correctly for processing submission and ignores updating status.
What's Changed
- V1.2.4 Update by @dthoward96 in #93
Full Changelog: v1.2.3...v1.2.4
v1.2.3 Release
v1.2.3 Release of SeqSender
Changes:
BioSample/SRA:
- Fixes bug where if submitting only one sample to BioSample/SRA, file "submission_status_report.csv" is not correctly updated with accession for sample because "report.xml" is not processed correctly.
- Added error handling for when "submission_status_report.csv" has no accessions to be updated but submission status is marked as "Processed".
What's Changed
- GitHub action test by @dthoward96 in #83
- V1.2.3 Update by @dthoward96 in #85
Full Changelog: v1.2.2...v1.2.3
V1.2.2 Release
V1.2.2 Release of SeqSender
Changes:
GISAID:
- FLU GISAID submission metadata now correctly parses partial collection dates. If only year is present, it is now correctly stored in "Collection_Year" and if/when month is also present, it is stored in "Collection_Month". If the entire "YYYY-MM-DD" collection date is present, it is stored in the "Collection_Date" field and "Collection_Year"/"Collection_Month" are left empty, otherwise, if the entire collection date is not present, "Collection_Date" is left empty. All fields are added regardless of whether there are only partial/complete dates present.
- FLU template/validation metadata has additional fields added.
- Sampling_Strategy
- Sequencing_Strategy
- Sequencing_Technology
- Assembly_Method
- Coverage
- Adamantanes_Resistance_pheno
- Oseltamivir_Resistance_pheno
- Zanamivir_Resistance_pheno
- Peramivir_Resistance_pheno
- Other_Resistance_pheno
What's Changed
- Merge pull request #72 from CDCgov/dev by @dthoward96 in #76
- v1.2.1 documentation typos fixes by @dthoward96 in #77
- Update issue templates by @dthoward96 in #79
- update dev by @dthoward96 in #81
- V1.2.2 Update by @dthoward96 in #82
Full Changelog: v1.2.1...v1.2.2
V1.2.1 Release
V1.2.1 Release of SeqSender
Changes:
NOTE: Submission configs for NCBI databases have changed and some fields have been moved to the metadata file.
Config File:
Description: Title and Description: Comment have been removed from the config file and have been moved to the metadata as the fields "-title" and "-comment".
BioSample metadata changes:
Field "bs-description" has been replaced with the optional fields "bs-sample_title" and "bs-sample_description". This change eases submitting to BioSample as the "bs-description" field is not a attribute for biosample and is a descriptor field when uploading to BioSample. The Change of the fields allows for the user to have greater control over the input of these fields.
Shiny documentation changes:
Submission wizard bugs causing some fields to contain incorrect values for SeqSender have been resolved. Bugs with interactability of the submission wizard when selecting databases and editing the user config have been resolved.
GISAID submissions:
GISAID submission codebase has been overhauled to eliminate possible bugs related to submission differences between databases. With bugs related to generating GISAID submission files, interacting with epiCLI's, logging accessions being resolved.
Other:
Misc. bug fixes for other databases.
Full Changelog: v1.2.0...v1.2.1
What's Changed
- Update README.md (#61) by @dthoward96 in #62
- Update README.md by @dthoward96 in #63
- Update issue templates by @dthoward96 in #66
- GISAID covCLI bugfixes & BioSample/SRA modifications by @erikwolfsohn in #64
- Update issue templates (#66) by @dthoward96 in #68
- V1.2.1. Release by @dthoward96 in #69
- Dthoward96 remove cli by @dthoward96 in #70
- Update dev to v1.2.1 by @dthoward96 in #71
- Dev Update Readme by @dthoward96 in #72
New Contributors
- @erikwolfsohn made their first contribution in #64
Full Changelog: v1.2.0...v1.2.1
V1.2.0 Release
V1.2.0 Update of SeqSender:
Note: When upgrading to V1.2.0, some files have changed. Before upgrading your current version, finish processing any of your current submissions before completing the update. To see the new changes, use the "Submission Wizard" in the updated documentation to generate a new config file and to view the updated metadata fields required for submitting samples with SeqSender.
Updates:
- SeqSender now supports more submission options.
- All GISAID epiCLI database tools are now supported. EpiFLU, EpiCoV, EpiArbo, EpiRSV, EpiPox
- All BioSample Packages are now supported.
- All organisms can now be submitted to NCBI via SRA, BioSample, and GenBank via table2asn.
- Now generates all supported databases, manual submission files for when submitting via GUI web portals.
- NCBI database submissions can now be made with holdback dates, allowing users to upload their data to NCBI and choose when it is released to the public.
- Metadata is now validated for submission errors before performing submission, including when generating files for manual submission.
- Documentation has been overhauled to include detailed descriptions of all functions and interactivity. Users can now create and generate the correct config file and metadata fields needed for submitting samples via SeqSender.
- Logging and output files from SeqSender are now standardized with detailed explanations of output fields in updated documentation.
What's Changed
- Final merged v1.1.0 by @dthoward96 in #18
- Delete .github/workflows/codeql-analysis.yml by @dthoward96 in #19
- Update README.md by @dthoward96 in #21
- Create pkg_down.yaml by @dthoward96 in #20
- Rename pkg_down.yaml to pkgdown.yaml by @dthoward96 in #22
- Create codeql-analysis.yml by @dthoward96 in #24
- Create python-package-mamba.yml by @dthoward96 in #26
- Final merged by @dthoward96 in #23
- remove unwanted files by @rchau88 in #27
- Final merged by @rchau88 in #28
- Create codeql-analysis.yml by @dthoward96 in #25
- Create codeql.yml by @dthoward96 in #29
- Dthoward96 workflow correction by @dthoward96 in #30
- Add files via upload by @dthoward96 in #31
- bug fix process.py by @dthoward96 in #32
- Create GHCR_docker.yml by @dthoward96 in #33
- FTP folder bug fix submit.py by @dthoward96 in #34
- update template metadata with required fields for flu by @rchau88 in #37
- Update process.py by @rchau88 in #39
- Create docker_test_build.yml by @dthoward96 in #41
- Dthoward96 org id patch by @dthoward96 in #42
- Dthoward96 bugfix by @dthoward96 in #45
- add either or for strain/isolate by @dthoward96 in #49
- create.py duplicate strain name bug by @dthoward96 in #50
- Bug fix process.py by @dthoward96 in #51
- Bug fix for gisaid name overwriting genbank name for fasta file by @dthoward96 in #53
- bug fix fasta file creation by @dthoward96 in #55
- Bug fix create.py by @dthoward96 in #56
- Table2asn bug fixes by @dthoward96 in #57
- V1.2.0 Update by @dthoward96 in #58
- V1.2.0 Prod Update by @dthoward96 in #60
- Update README.md by @dthoward96 in #61
Full Changelog: https://github.com/CDCgov/seqsender/commits/v1.2.0