Hey gang,
In the docs I found:
require 'rubygems'
require 'bundler/setup'
require 'sequenceserver'
SequenceServer::App.config_file = '/absolute/path/to/configuration_file'
SequenceServer::App.init
run SequenceServer::App
is there a way to also call the ‘sequenceserver format-databases /path/to/data’ method in the same format?
Thank you
Martin