snakemake_bridge 0.1.0
snakemake_bridge: ^0.1.0 copied to clipboard
Embed a real-time Snakemake workflow monitor in a Dart desktop app: WebSocket server, typed event models, state reducer and process launcher.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add snakemake_bridgeWith Flutter:
$ flutter pub add snakemake_bridgeThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
snakemake_bridge: ^0.1.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:snakemake_bridge/snakemake_bridge.dart';