#!/bin/bash

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


biomaj_process_consumer.py $@
