[
{
"text": "Welcome to the IGB tutorial. Click Next to get started.",
"highlight": "TutorialNavigator_next"
},
{
"text": "This is the main view of data and annotations.",
"highlight": "SeqMapView",
"timeout": 3
},
{
"text": "This is the zoom slider. Watch as we zoom out.",
"highlight": "SeqMapView_xzoomer",
"timeout": 3
},
{
"text": "We are zooming out 20%",
"execute": { "name": "TweeningZoomAction", "amount": -0.2 }
},
{
"text": "This panel is for loading and manipulating data.",
"highlight": "IGBTabPanel_GeneralLoadViewGUI",
"execute": { "name": "select_GeneralLoadViewGUI_action" },
"timeout": 3
},
{
"trigger": "select_SearchView_action",
"subTutorial" :
[
{
"text": "Use this tab for searching for your favorite gene.",
"highlight": "IGBTabPanel_SearchView",
"timeout": 3
},
{
"text": "At the top is the search box, try entering a gene like 'ADAR'.",
"highlight": "SearchView_searchTF",
"waitAction": "SearchAction"
}
]
},
{
"text": "Explore some of the other tabs and click Next when finished."
}
]
|