Frequently Asked Questions
Rule-builder
Flatten a list of list of paired datasets into a list of paired datasets
Sometimes you find yourself with a
list:list:paired
, i.e. a collection of collection of paired end data, and you really want alist:paired
, a flatter collection of paired end data. This is easy to resolve with Apply rules:
- Open Apply rules
- Select your collection
- Click Edit
You’ll now be in the Apply rules editing interface. There are three columns (if it’s a
list:list:paired
)
- The outermost
list
identifier(s)- The next
list
identifier(s)- The paired-end indicator
Flattening this top level list, so it’s just a
list:paired
requires a few changes:
- From Column menu select
Concatenate Columns
- “From Column”:
A
- “From Column”:
B
This creates a column with the top list identifier, and the inner list identifier, which will be our new list identifier for the flattened list.- From Rules menu select
Add / Modify Column Definitions
- Click
Add Definition
button and selectPaired-end Indicator
- “Paired-end Indicator”:
C
- Click
Add Definition
button and selectList Identifier(s)
- “List Identifier(s)”:
D
- Click Apply
- Click Save
- Click Run Tool
The tool will execute and reshape your list, congratulations!
Visualisation
Using IGV with Galaxy
You can send data from your Galaxy history to IGV for viewing as follows:
- Install IGV on your computer (IGV download page)
- Start IGV
- In recent versions of IGV, you will have to enable the port:
- In IGV, go to
View > Preferences > Advanced
- Check the box
Enable Port
- In Galaxy, expand the dataset you would like to view in IGV
- Make sure you have set a reference genome/database correctly (dbkey) (instructions)
- Under
display in IGV
, click onlocal
Still have questions?
Gitter Chat Support
Galaxy Help Forum