-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #152 from bimberlabinternal/24.3_fb_merge
Merge 23.11 into 24.3
- Loading branch information
Showing
130 changed files
with
3,220 additions
and
247 deletions.
There are no files selected for viewing
95 changes: 0 additions & 95 deletions
95
GenotypeAssays/src/org/labkey/genotypeassays/AlignmentDisplayColumn.java
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
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 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,15 @@ | ||
<customView xmlns="http://labkey.org/data/xml/queryCustomView" label="All Flags"> | ||
<columns> | ||
<column name="Id"/> | ||
<column name="Id2"/> | ||
<column name="kinship"/> | ||
<column name="relationship"/> | ||
<column name="Id/mccAlias/externalAlias"/> | ||
<column name="Id2MccAlias/externalAlias"> | ||
<properties> | ||
<property name="columnTitle" value="Id2 MCC Alias"/> | ||
</properties> | ||
</column> | ||
</columns> | ||
|
||
</customView> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<etl xmlns="http://labkey.org/etl/xml"> | ||
<name>KinshipDataStaging</name> | ||
<description>Prepare PRIMe-seq Kinship Data for Import into PRIMe</description> | ||
<transforms> | ||
<transform id="kinship" type="TaskRefTransformStep"> | ||
<taskref ref="org.labkey.pmr.etl.TriggerRemoteGeneticsImportStep"> | ||
<settings> | ||
<setting name="remoteSource" value="EHR_ClinicalSource"/> | ||
</settings> | ||
</taskref> | ||
</transform> | ||
</transforms> | ||
</etl> |
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
Oops, something went wrong.