Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

delete export_genome_features_protein_to_fasta from spec and recompile #209

Merged
merged 6 commits into from
May 23, 2024

Conversation

Xiangs18
Copy link
Contributor

No description provided.

@@ -236,9 +236,6 @@ module GenomeFileUtil {
funcdef export_genome_as_gff(ExportParams params)
returns (ExportOutput output) authentication required;

funcdef export_genome_features_protein_to_fasta(ExportParams params)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume no other model is using this function? We should probably mention this in RELEASE note.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They can't be, the return var is output which is never initialized.

+1 on release notes though

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated release notes 👍

Copy link

codecov bot commented May 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.86%. Comparing base (e0b1dd3) to head (2abb839).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #209      +/-   ##
==========================================
+ Coverage   80.61%   80.86%   +0.24%     
==========================================
  Files          11       11              
  Lines        3007     2994      -13     
==========================================
- Hits         2424     2421       -3     
+ Misses        583      573      -10     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Xiangs18 Xiangs18 requested a review from Tianhao-Gu May 23, 2024 17:09
kbase.yml Outdated
Comment on lines 11 to 12
0.11.7
0.11.8

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0.11.7 isn't registered anywhere, there's no need for a version bump

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Release notes still have a version bump

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so I just add under [0.11.7]? But how do I update the corresponding date?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep. I'd just set the date to TBD for now then change it when you register

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

RELEASE_NOTES.md Outdated
@@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.11.8] - 2024-05-23
export_genome_features_protein_to_fasta was removed from GenomeFileUtil.spec
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
export_genome_features_protein_to_fasta was removed from GenomeFileUtil.spec
Unusable `export_genome_features_protein_to_fasta` function was removed

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link
Member

@MrCreosote MrCreosote left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM but again @Tianhao-Gu should approve

Copy link
Contributor

@Tianhao-Gu Tianhao-Gu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@Xiangs18 Xiangs18 merged commit 1cd8145 into master May 23, 2024
3 checks passed
@Xiangs18 Xiangs18 deleted the dev-remove_export branch May 23, 2024 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants