-
Notifications
You must be signed in to change notification settings - Fork 9
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
refactor: remove gene_index step #946
Merged
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
5e1a475
refactor: rename all gene_index related files to target_index
vivienho 26abb1b
refactor: rename gene_index to target_index in various files
vivienho 19bb7c9
refactor: rename gene_index to target_index in tests
vivienho 98bc6bc
Merge branch 'dev' into vh-gene-index-to-target-index
vivienho d26ddfd
refactor: rename fields to be compatible with new target_index
vivienho 307b7cc
refactor: replace examples that use gene_index
vivienho 306de99
refactor: delete gene_index step files
vivienho a8c6d07
refactor: remove gene_index step from config
vivienho 1d3f975
feat: replace the gene_index schema with the target_index schema
vivienho fc8df50
refactor: modify mock_target_index
vivienho 8331efc
fix: remove mock_target_index from test_validate_schema_missing_field
vivienho 92e6da6
refactor: delete target.md
vivienho b5f4492
fix: fix study index validation tests
vivienho 59dd931
fix: fix l2g feature tests
vivienho 5444ea5
Merge branch 'dev' into vh-gene-index-to-target-index
vivienho 91796f2
chore: pre-commit auto fixes [...]
pre-commit-ci[bot] 20fc538
revert: revert column name after merging from dev
vivienho 3582b34
Merge branch 'vh-gene-index-to-target-index' of https://github.com/op…
vivienho 024975c
Merge branch 'dev' into vh-gene-index-to-target-index
DSuveges File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Target Index | ||
--- | ||
|
||
::: gentropy.dataset.target_index.TargetIndex | ||
|
||
## Schema | ||
|
||
--8<-- "assets/schemas/target_index.md" |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for updating the documentation! I keep forgetting about it.