Visium manual alignment and tissue detection - #43
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Adds Loupe-based manual alignment and tissue detection for standard Visium workflows.
Changes:
- Generates spatial metadata and filters out-of-tissue barcodes.
- Preserves
CB/UBtags during alignment and adjusts Visium barcode filtering. - Adds validation, smoke-test configuration, and documentation.
Reviewed changes
Copilot reviewed 13 out of 15 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
subworkflows/prepare_input_visium_hd.nf |
Uses the shared BAM filter. |
subworkflows/prepare_input_standard.nf |
Integrates Loupe-derived tissue positions. |
README.md |
Documents Visium alignment and metadata. |
nextflow.config |
Adds the Loupe parameter and version. |
modules/preprocess_fastq.nf |
Extends Visium barcode-rank searching. |
modules/prepare_input/standard/extract_spatial_coordinates.nf |
Supplies raw spatial coordinates. |
modules/prepare_input/standard/create_visium_tissue_positions.nf |
Adds the tissue-position process. |
modules/prepare_input/shared/filter_barcoded_bam.nf |
Shares and validates BAM filtering. |
modules/alignment/align.nf |
Preserves FASTQ comments as SAM tags. |
main.nf |
Filters standard Visium BAMs by tissue. |
lib/Validation.groovy |
Validates Loupe and Visium inputs. |
conf/smoke_test.config |
Configures Loupe smoke-test input. |
CHANGELOG.md |
Records release changes. |
bin/visium_tissue_positions.py |
Generates metadata and barcode lists. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.