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.

...

Remove a data set from IGB's list of active data sets

 

Code Block
unload <file or URL>

or

deleteTrack <file or URL>

Remove a data set from the list of active data sets (shown in the Data Management Table) and delete the corresponding tracks.

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

...

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

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

...