Page tree

Versions Compared

Key

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

...

Load the specified file (identified by full path) or URL into IGB. The data set will appear in the user's Data Management table upon completion.

Unloading a data set from IGB

Code Block
unload <file or URL>

or
deleteTrack <file or URL>

This command accepts one or more comma separated files identified by full path or URL. If a matching track is found for the specifed URL/path it will be deleted.

 

Unloading all data sets from IGB

Code Block
deleteAllTracks

This command accepts no arguments, and will remove all loaded data sets from IGB on execution (note: including default annotation tracks for a genome version).  To avoid removing all data sets, see the unload or deleteTrack commands as an alternative.

Change the load mode for an active (opened) data set

...