Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add nanopore flag to assemblies view#61

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Ulthran merged 1 commit intomainfromcodex/remove-sunbeam_path-and-nanopore_path
Dec 10, 2025

Conversation

@Ulthran
Copy link
Contributor

Summary

  • add a computed nanopore flag to the assemblies API response instead of exposing nanopore paths
  • update the assemblies table to display the nanopore flag and remove path columns

Testing

  • pytest tests/

Codex Task

CopilotAI review requested due to automatic review settingsDecember 10, 2025 19:04
@UlthranUlthran merged commit2bfc8f3 intomainDec 10, 2025
9 checks passed
@UlthranUlthran deleted the codex/remove-sunbeam_path-and-nanopore_path branchDecember 10, 2025 19:06
Copy link
Contributor

CopilotAI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR refactors the assemblies browse view to replace path columns with a computed boolean flag indicating nanopore data availability. The change improves the UI by removing lengthy path strings from the table view while maintaining access to full details in the assembly detail pages.

Key Changes:

  • Modified the/api/assemblies endpoint to explicitly select fields and compute ananopore boolean flag based on the presence ofnanopore_path
  • Updated the assemblies table to display "Nanopore" column instead of "Nanopore Path" and removed "Sunbeam Output Path" column
  • Path fields remain accessible in detail views (show_assembly.html andshow_isolate.html)

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

FileDescription
app/app.pyModified/api/assemblies endpoint to use explicit field selection with computednanopore boolean flag instead of returning all Assembly fields
app/templates/browse_assemblies.htmlUpdated table headers and column definitions to usenanopore boolean instead ofnanopore_path and removedsunbeam_output_path column

💡Add Copilot custom instructions for smarter, more guided reviews.Learn how to get started.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

Copilot code reviewCopilotCopilot left review comments

Assignees

No one assigned

Labels

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@Ulthran

[8]ページ先頭

©2009-2025 Movatter.jp