I noticed in the logs that the workflow was expecting the outdir param, and so I added it to the preprocess script.
I also modified the behavior with the genome parameter slightly so that it is always initialized, even in the case when it is set to False and a custom genome is being used.
I noticed in the logs that the workflow was expecting the
outdir
param, and so I added it to the preprocess script.I also modified the behavior with the
genome
parameter slightly so that it is always initialized, even in the case when it is set to False and a custom genome is being used.