o
    Nrf                     @   s@   d dl Z d dlZd dlmZ e  e jdddddd ZdS )	    N)hg_name_to_container_namez	--hg-namedefaultz8The name of the higlass container to import this file to)r   helpc              	   C   s$   t | }tddd|dddg dS )z
    Create a superuser in the container

    Parameters
    ----------
    hg_name: string
        The name of the container to create a superuser on
    dockerexecz-itpythonzhiglass-server/manage.pyZcreatesuperuserN)r   sprun)Zhg_nameZcontainer_name r
   ^/var/www/html/software/conda/envs/catlas/lib/python3.10/site-packages/higlass_manage/create.py	superuser   s   r   )Zclick
subprocessr   Zhiglass_manage.commonr   commandoptionr   r
   r
   r
   r   <module>   s    