All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Unusable
export_genome_features_protein_to_fasta
function was removed - The
genbanks_to_genomes
method was added to allow users to upload multiple genome objects at once
Fixed performance issue with FastaGFF impacting metagenome uploads
Fixed issue with empty GFF download file PTV-1637
Fixed workspace and handle permission issue
Rename CHANGELOG.md to RELEASE_NOTES.md
Fixed false ontology_ref requirment
- behavior of the Genbank upload has been fixed to accurately load Ensembl data from users.
- Duplicate ID's are now accpeted in genbank files with the string '.n' appended to duplicates. n = "the number of times this id has been seen previously"
- The
update_taxon_assignments
method was added to allow users to create, replace, or remove taxon assignments for a Genome object.
- exporter function for Metagenome fasta + gff added.
- ws_obj_gff_to_genome and ws_obj_gff_to_metagenome bug on certain input types resolved
- keyError: "warnings" fix for Metagenome upload
- ws_obj_gff_to_metagenome was erroneously outputting non-metagenome filetypes when the "is_metagenome" parameter was not specified.
- protein sequences were still sometimes saved for some metagenome objects within the parent gene of a cds. protein_translation no longer saved in metagenome.
- Adding two new functions: ws_obj_gff_to_metagenome, ws_obj_gff_to_genome
- Use the Relation Engine API for finding and populating taxonomy data
- Use the NCBI taxonomy ID as the primary way to assign taxonomy data instead of sciname
- Use WSLargeDataIO for saving and pulling genomes
- Expand and refactor import of ontology ids
- Fix a few genome warnings
- Correct genbank download of old genomes with contig sets and long contig IDs
- Make reference path though genome for assembly access to prevent permissions issues
- Use searchapi2 in production & appdev
- Fix go term splitting for GFF uploads
- Add optional "upgrade" parameter to save_genome
- Genome object refactor. Baseline for this log