-p assemblyFasta= line in params.txt
-p assemblyFasta= in params.txt being interpreted with non-empty value. Makes the pipeline assume that an assembly has been provided. Tried setting to '',"","''" etc. but that wasn't interpreted correctly by bpipe. Suggest removing this line from the default params.txt file?
Which version of bpipe are you running? I believe this was due to a change between bpipe versions in the way that parameters values are handled from text files.
Thanks Marek, I'm using the bpipe version that came with the conda installation, version 0.9.13. Is this version too new or too old? Is there a way to constrain during installation? I can't see it in the requirements.txt file. I can see bpipe 0.9.9.5 in the installation script, but I'm not sure that's used with the conda method of installing.
Cheers, Nadia.
Try version 0.9.12, you can constrain this like so (with minite env loaded):
mamba install -c conda-forge -c bioconda bpipe=0.9.12
I really should pin the right version in mintie's bioconda recipe however, I will run some tests and check which version avoids this bug.
I've tried testing in a fresh environment using the bpipe version that is installed by default (0.9.13) and couldn't replicate the error. Can you post the run command and output?
This should be fixed in MINTIE v0.4.3. Please reopen with an error log if you run into the problem again with this version.