Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The script file has a simple, space-delimited syntax. Each command should occupy a separate line.

Commands

Bring IGB to front

Code Block
bringToFront

Bring the IGB window to the front of the user's desktop.

...

 

Open a genome version

Code Block
genome <version>

Open genome version (e.g., H_sapiens_Mar_2006). Any genome version or synonym that's accepted by IGB is accepted here.

...

 

Go back to the IGB start screen.

...

Return to the IGB start screen.

...

 

Go to a region

Code Block
goto <region>

Go to a region of a chromosome (e.g., "chr1:40000-60000" or "chr1:40,000-60,000"). Commas are optional. Any region format accepted by the IGB quick search text entry (top left corner) is acceptable.

...

Hide a track

Code Block
hidetrack <file or URL>

Hide the track. Accepts one or more comma separated files identified by full path or URL.

Add a new data set to IGB's list of active data sets

...