-
Notifications
You must be signed in to change notification settings - Fork 4
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 #283 from BimberLab/24.3_fb_merge
Merge discvr-23.11 to discvr-24.3
- Loading branch information
Showing
15 changed files
with
462 additions
and
39 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 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
16 changes: 16 additions & 0 deletions
16
SequenceAnalysis/resources/queries/sequenceanalysis/chain_files/.qview.xml
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,16 @@ | ||
<customView xmlns="http://labkey.org/data/xml/queryCustomView"> | ||
<columns> | ||
<!--<column name="rowid" />--> | ||
<column name="genomeId1" /> | ||
<column name="genomeId2" /> | ||
<column name="source" /> | ||
<column name="version" /> | ||
<column name="datedisabled" /> | ||
<column name="chainFile" /> | ||
</columns> | ||
<sorts> | ||
<sort column="genomeId1/name"/> | ||
<sort column="genomeId2/name"/> | ||
<sort column="version"/> | ||
</sorts> | ||
</customView> |
17 changes: 17 additions & 0 deletions
17
SequenceAnalysis/resources/queries/sequenceanalysis/chain_files/With Filepath.qview.xml
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,17 @@ | ||
<customView xmlns="http://labkey.org/data/xml/queryCustomView"> | ||
<columns> | ||
<!--<column name="rowid" />--> | ||
<column name="genomeId1" /> | ||
<column name="genomeId2" /> | ||
<column name="source" /> | ||
<column name="version" /> | ||
<column name="dateDisabled" /> | ||
<column name="chainFile" /> | ||
<column name="chainFile/DataFileUrl" /> | ||
</columns> | ||
<sorts> | ||
<sort column="genomeId1/name"/> | ||
<sort column="genomeId2/name"/> | ||
<sort column="version"/> | ||
</sorts> | ||
</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
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.