TIP: If your query does not appear in the pulldown menu, it means that it is not in interval format. Use "edit attributes" to set chromosome, start, end, and strand columns.
Screencasts!
See Galaxy Interval Operation Screencasts (right click to open this link in another window).
Syntax
Example
If First query is:
chr1 10 100 Query1.1 chr1 500 1000 Query1.2 chr1 1100 1250 Query1.3
and Second query is:
chr1 20 80 Query2.1 chr1 2000 2204 Query2.2 chr1 2500 3000 Query2.3
The four return options will generate:
Return only records that are joined:
chr1 10 100 Query1.1 chr1 20 80 Query2.1
Return all records of first query:
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 query:
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 queries:
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