stephenshank / the_observable_galaxy

Integrating the ObservableHQ notebook platform with the Galaxy project
0 stars 0 forks source link

The Observable Galaxy

alt text

Integrating the ObservableHQ notebook platform with the Galaxy project.

Go to the main Observable page to get started. This repository contains the associated tool and display application for Galaxy.

Installation

Install from the test toolshed.

Enable CORS.

Put display/observable.xml in $GALAXY_ROOT/display_applications.

Add

<datatype extension="observablehq" type="galaxy.datatypes.text:Json" mimetype="application/json" subclass="true" display_in_upload="false">
    <display file="observable.xml" />
</datatype>

to $GALAXY_ROOT/config/datatypes_conf.xml.

Usage

See this minimal reproducible example.