dingo-gw / dingo

Dingo: Deep inference for gravitational-wave observations
MIT License
51 stars 16 forks source link

Fix dingo pipe simple submission #248

Closed annalena-k closed 4 weeks ago

annalena-k commented 1 month ago

Since the bilby_pipe update, dingo_pipe was automatically adding the line ENV GET HTGETTOKENOPTS in the main dag_GWxxxxxx.submit. This line is part of the LIGO authentication (see LIGO documentation), resulting in an error for simple-submission=True.

This PR removes the line for simple submission.