...
- At startup, via a command-line option. See: Command Line Arguments
- From IGB links
- Using the File > Open command (provided the file name ends with .igb)
- By drag-and-drop, dragging the file into an open IGB window
...
Code Block |
---|
# select genome
genome A_thaliana_Jun_2009
# go to a region in chr4
goto chr4:18,040,000 - 18,045,056
# load a file
load http://igbquickload.org/quickload/A_thaliana_Jun_2009/nextgen_samples/sample.bam
# set load mode to region in view
loadmode REGION_IN_VIEW http://igbquickload.org/quickload/A_thaliana_Jun_2009/nextgen_samples/sample.bam
# load the data
refresh
|