#!/bin/bash

if [ -z $BIOMAJ_CONFIG ]; then
    export BIOMAJ_CONFIG=/etc/python3-biomaj3-user/config.yml
fi

biomaj-users.py $@
