-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: remove gene_index step (#946)
* refactor: rename all gene_index related files to target_index * refactor: rename gene_index to target_index in various files * refactor: rename gene_index to target_index in tests * refactor: rename fields to be compatible with new target_index * refactor: replace examples that use gene_index * refactor: delete gene_index step files * refactor: remove gene_index step from config * feat: replace the gene_index schema with the target_index schema * refactor: modify mock_target_index * fix: remove mock_target_index from test_validate_schema_missing_field * refactor: delete target.md * fix: fix study index validation tests * fix: fix l2g feature tests * chore: pre-commit auto fixes [...] * revert: revert column name after merging from dev --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Daniel Suveges <daniel.suveges@protonmail.com>
- Loading branch information
1 parent
111d902
commit c847921
Showing
40 changed files
with
1,306 additions
and
467 deletions.
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.