2     rosetta_build --build=mpi && \\ 
    3     rosetta_execute native_ensemble -v -- \\ 
    5         -inout:dbms:mode mysql \\ 
    6         -inout:dbms:database_name kale \\ 
    7         -inout:dbms:user kale \\ 
    8         -inout:dbms:port 3306 \\ 
    9         -inout:dbms:password $(abraxas mysql) \\ 
   10         -inout:dbms:host guybrush.ucsf.edu \\ 
   11         -s structures/benchmark/154l.pdb \\ 
   12         -native_ensemble:loop 153 164 \\ 
   13         -native_ensemble:weights {0.weights} \\ 
   14         -native_ensemble:algorithm {0.algorithm} \\ 
   15         -native_ensemble:iterations {0.iterations} \\ 
   16         -native_ensemble:frequency {0.frequency} \\ 
   17         -native_ensemble:message "'{0.message}'" 
format
Definition: test_dask.py:80