This repository was archived by the owner on Apr 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Visualizatin is now dependency of Preprocessing.
2. All the common libraries put into OpenCyto (loaded in Preprocessing).
- Loading branch information
Lev Dashevskiy
committed
Oct 9, 2012
1 parent
59ad656
commit 33ea01d
Showing
58 changed files
with
94 additions
and
4,210 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,2 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<query name="GatingSet" schemaName="opencyto_preprocessing" xmlns="http://labkey.org/data/xml/query"/> |
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,5 @@ | ||
SELECT | ||
gsname AS Name, | ||
objlink AS Path | ||
FROM | ||
gstbl |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,19 +1,21 @@ | ||
<view xmlns="http://labkey.org/data/xml/view" title="OpenCyto Visualization"> | ||
<dependencies> | ||
<dependency path='Ext.ux.form.LovCombo.css'/> | ||
<dependency path='OpenCytoVisualization/jQuery/css/base/jquery-ui.css'/> | ||
<dependency path='OpenCytoVisualization/SuperBoxSelect/superboxselect-gray-extend.css'/> | ||
<dependency path='OpenCytoVisualization.css'/> | ||
<dependency path='OpenCyto/OpenCyto.css'/> | ||
<dependency path='OpenCyto/jQuery/css/base/jquery-ui.css'/> | ||
<dependency path='OpenCyto/SuperBoxSelect/superboxselect-gray-extend.css'/> | ||
<dependency path='Ext.ux.form.LovCombo.js'/> | ||
<dependency path='OpenCytoVisualization/ResizableCombo.js'/> | ||
<dependency path='OpenCytoVisualization/ResizableLovCombo.js'/> | ||
<dependency path='OpenCytoVisualization/SuperBoxSelect/SuperBoxSelect.js'/> | ||
<dependency path='OpenCytoVisualization/GridPanelHeaderResize.js'/> | ||
<dependency path='OpenCytoVisualization/ColumnModelChromePatch.js'/> | ||
<!--<dependency path='OpenCytoVisualization/FitToParent.js'/>--> | ||
<dependency path='OpenCyto/ResizableCombo.js'/> | ||
<dependency path='OpenCyto/ResizableLovCombo.js'/> | ||
<dependency path='OpenCyto/SuperBoxSelect/SuperBoxSelect.js'/> | ||
<dependency path='OpenCyto/GridPanelHeaderResize.js'/> | ||
<dependency path='OpenCyto/ColumnModelChromePatch.js'/> | ||
|
||
<dependency path='OpenCytoVisualization.js'/> | ||
</dependencies> | ||
</view> | ||
|
||
<!--LABKEY.requiresCss('SearchBox/Ext.ux.form.SearchBox.css');--> | ||
<!--LABKEY.requiresCss('ExtendedComboBox/Ext.ux.form.ExtendedComboBox.css');--> | ||
<!--'SearchBox/Ext.ux.form.SearchBox.css'--> | ||
<!--'ExtendedComboBox/Ext.ux.form.ExtendedComboBox.css'--> | ||
<!--'SearchBox/Ext.ux.form.SearchBox.js',--> | ||
<!--'ExtendedComboBox/Ext.ux.form.ExtendedComboBox.js'--> |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.