Updated "Example" images shown at the bottom of many
"Operate on Genomic Invervals" tool pages. Old onew were looking dated. New ones look, well, newer, and cover more cases.
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 8.8 KiB |
|
After Width: | Height: | Size: 8.1 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 9.8 KiB |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 9.3 KiB |
|
After Width: | Height: | Size: 7.2 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 9.4 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 69 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 8.9 KiB |
|
After Width: | Height: | Size: 9.2 KiB |
|
After Width: | Height: | Size: 9.2 KiB |
@@ -36,6 +36,10 @@ See Galaxy Interval Operation Screencasts_ (right click to open this link in ano
|
||||
|
||||
.. _Screencasts: http://wiki.g2.bx.psu.edu/Learn/Interval%20Operations
|
||||
|
||||
**Example**
|
||||
|
||||
.. image:: ./static/operation_icons/gops_baseCoverage.gif
|
||||
|
||||
|
||||
</help>
|
||||
</tool>
|
||||
</tool>
|
||||
|
||||
@@ -82,9 +82,15 @@ See Galaxy Interval Operation Screencasts_ (right click to open this link in ano
|
||||
|
||||
-----
|
||||
|
||||
**Example**
|
||||
**Examples**
|
||||
|
||||
.. image:: ./static/operation_icons/gops_cluster.gif
|
||||
Find Clusters:
|
||||
|
||||
.. image:: ./static/operation_icons/gops_clusterFind.gif
|
||||
|
||||
Merge Clusters:
|
||||
|
||||
.. image:: ./static/operation_icons/gops_clusterMerge.gif
|
||||
|
||||
</help>
|
||||
</tool>
|
||||
</tool>
|
||||
|
||||
@@ -129,9 +129,15 @@ See Galaxy Interval Operation Screencasts_ (right click to open this link in ano
|
||||
|
||||
-----
|
||||
|
||||
**Example**
|
||||
**Examples**
|
||||
|
||||
.. image:: ./static/operation_icons/gops_intersect.gif
|
||||
Overlapping Intervals:
|
||||
|
||||
.. image:: ./static/operation_icons/gops_intersectOverlappingIntervals.gif
|
||||
|
||||
Overlapping Pieces of Intervals:
|
||||
|
||||
.. image:: ./static/operation_icons/gops_intersectOverlappingPieces.gif
|
||||
|
||||
</help>
|
||||
</tool>
|
||||
</tool>
|
||||
|
||||
@@ -92,48 +92,26 @@ See Galaxy Interval Operation Screencasts_ (right click to open this link in ano
|
||||
|
||||
-----
|
||||
|
||||
**Example**
|
||||
**Examples**
|
||||
|
||||
If **First dataset** is::
|
||||
.. image:: ./static/operation_icons/gops_joinRecordsList.gif
|
||||
|
||||
chr1 10 100 Query1.1
|
||||
chr1 500 1000 Query1.2
|
||||
chr1 1100 1250 Query1.3
|
||||
Only records that are joined (inner join):
|
||||
|
||||
and **Second dataset** is::
|
||||
.. image:: ./static/operation_icons/gops_joinInner.gif
|
||||
|
||||
chr1 20 80 Query2.1
|
||||
chr1 2000 2204 Query2.2
|
||||
chr1 2500 3000 Query2.3
|
||||
All records of first dataset:
|
||||
|
||||
.. image:: ./static/operation_icons/gops_joinLeftOuter.gif
|
||||
|
||||
The four return options will generate:
|
||||
All records of second dataset:
|
||||
|
||||
.. image:: ./static/operation_icons/gops_joinRightOuter.gif
|
||||
|
||||
- **Return only records that are joined**::
|
||||
All records of both datasets:
|
||||
|
||||
chr1 10 100 Query1.1 chr1 20 80 Query2.1
|
||||
.. image:: ./static/operation_icons/gops_joinFullOuter.gif
|
||||
|
||||
- **Return all records of first dataset**::
|
||||
|
||||
chr1 10 100 Query1.1 chr1 20 80 Query2.1
|
||||
chr1 500 1000 Query1.2 . . . .
|
||||
chr1 1100 1250 Query1.3 . . . .
|
||||
|
||||
- **Return all records of second dataset**::
|
||||
|
||||
chr1 10 100 Query1.1 chr1 20 80 Query2.1
|
||||
. . . . chr1 2000 2204 Query2.2
|
||||
. . . . chr1 2500 3000 Query2.3
|
||||
|
||||
- **Return all records of both datasets**::
|
||||
|
||||
chr1 10 100 Query1.1 chr1 20 80 Query2.1
|
||||
chr1 500 1000 Query1.2 . . . .
|
||||
chr1 1100 1250 Query1.3 . . . .
|
||||
. . . . chr1 2000 2204 Query2.2
|
||||
. . . . chr1 2500 3000 Query2.3
|
||||
|
||||
|
||||
</help>
|
||||
</tool>
|
||||
</tool>
|
||||
|
||||
@@ -112,7 +112,13 @@ See Galaxy Interval Operation Screencasts_ (right click to open this link in ano
|
||||
|
||||
**Example**
|
||||
|
||||
.. image:: ./static/operation_icons/gops_subtract.gif
|
||||
Intervals with no overlap:
|
||||
|
||||
.. image:: ./static/operation_icons/gops_subtractOverlappingIntervals.gif
|
||||
|
||||
Non-overlapping pieces of intervals:
|
||||
|
||||
.. image:: ./static/operation_icons/gops_subtractOverlappingPieces.gif
|
||||
|
||||
</help>
|
||||
</tool>
|
||||
</tool>
|
||||
|
||||