Custom input class to be in conjunction with custom parser
Although bilby_pipe
allows the user to provide a custom analysis parser, the arguments are passed through the fixed MainInput
class, see here. Unless I am missing something, this means that the new arguments in the custom analysis parser are not passed through to the dag generator, meaning that they are not passed to the analysis-executable
.