#!/bin/bash

if [ -z $BIOMAJ_CONF ]; then
    export BIOMAJ_CONF=/etc/python3-biomaj3/global.properties
fi

biomaj-cli.py $@
