Frequently Asked Questions
Rule-builder
Flatten a list of list of paired datasets into a list of paired datasets
Tip: 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 Tool: APPLY_RULES :
- Open Apply rules Tool: 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
listidentifier(s)- The next
listidentifier(s)- The paired-end indicator
Flattening this top level list, so it’s just a
list:pairedrequires a few changes:
- From Column menu select
Concatenate Columns
- “From Column”:
A- “From Column”:
BThis 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 Definitionbutton and selectPaired-end Indicator
- “Paired-end Indicator”:
C- Click
Add Definitionbutton and selectList Identifier(s)
- “List Identifier(s)”:
D- Click Apply
- Click Save
- Click Execute
The tool will execute and reshape your list, congratulations!
Visualisation
Using IGV with Galaxy
Tip: 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