Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 171 Next »

General Function Checklist


Completed in:

  • mac
  • linux
  • windows

Check IGB file types 

  • Certain file types created in Galaxy can be opened in IGB by clicking the display in IGB link. Check file types by looking at Galaxy source code. 
    • Navigate the source code directories. Go to display_applications/configs/igb
    • View list of XML files. Each XML file corresponds to a file type IGB can load from Galaxy. For example, bb.xml lets IGB load bigbed format files.
    • Check that all file types are listed below. (Note that this list may get out of date as we add support for more file types to Galaxy.)

Open file types 

  • Go to https://usegalaxy.org
    • Select Shared Data > Histories
    • Select and switch to the History named Open Galaxy files in Integrated Genome Browser
  •   The View in IGB option in Galaxy opens in IGB for the following file formats. Check each of them by opening the file in Galaxy and selecting the View in IGB link. 
    • BED 
    • BAM 
    • BEDGRAPH
    • GTF
    • WIG 
    • BIGWIG 
    • BIGBED

For instructions, see IGB User's Guide. Search for keyword "Galaxy". 

Note: Ask Dr. Loraine to add new files to the History when new file types are supported. These can be uploaded and renamed as required. To support new file types in Galaxy, fork Galaxy and submit a pull request to the latest release branch.

  • No labels