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.
This commit is contained in:
Dave Clements
2011-12-19 02:44:31 -08:00
parent 08013f4ef1
commit 9d0e631203
20 changed files with 42 additions and 42 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

+5 -1
View File
@@ -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>
+9 -3
View File
@@ -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>
+9 -3
View File
@@ -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>
+11 -33
View File
@@ -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>
+8 -2
View File
@@ -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>