Conversation
jfy133
left a comment
There was a problem hiding this comment.
LGTM so far, except for that single comment below.
I will now try to run each test separately and check all the expected tools execute
|
Example of how I'm testing: Compare list to #501 (having to switch to run on a cluster now unfortuantely) |
|
|
Yeah, so adding the |
|
Even Kalamari seems to be too big for the CI. It stopped after 1h40min. |
|
Can you just pass a FASTA to |
|
Possibly also tuning the metaeuk args:
There's a bunch of other options that might be worth setting, too - see |
|
@prototaxites Yes, we were using that until now, but we decided to try a full db. I will try tunning the parameters, thanks for the suggestion! |
2c1a6a7 to
f014dbc
Compare
|
Does giving the FASTA still execute the MMSEQS module though (my main concern)? |
|
@jfy133 No, it doesn't. The fasta is used directly by METAEUK_EASYPREDICT. |
|
If you're open to a slight hack to test the process, we could modify the code so if edit: Or alternatively, as that might not be desirable - set |
|
OK so I think we can say:
Otherwise we have to rely on user reports. |
|
Kalamari is not actually the smallest MMSeqs2 database available - So it might be worth trying one last time with Swissprot...! |
jfy133
left a comment
There was a problem hiding this comment.
OK, I pushed one minor fix (easy to edit in GitHub)
@dialvarezs if you could re-run the snapshots to fix that one null version in the snapshots for ADJUST_MAXBIN_EXT (codespaces wouldn't allow me to push 😢 ), we are good to go for this PR...
and we can open the release PR for 5.0.0!
(Which is PERFECT timing, as this is something I can report in a grant progress update in 2 weeks 😅)
Oh wow! OK ! Yeah might be worht trying! |
Co-authored-by: James A. Fellows Yates <[email protected]>
|
Ok, I managed to get it running. Using swissprot definitely helped a bit but not enough. What really did the trick was to reduce the number of bins ran with metaeuk setting |
|
Thank you @dialvarezs ! Merging! |
According to #501 (comment), I added configs for the following profiles:
I also removed old configs.
PR checklist
nf-core pipelines lint).nextflow run . -profile test,docker --outdir <OUTDIR>).nextflow run . -profile debug,test,docker --outdir <OUTDIR>).docs/usage.mdis updated.docs/output.mdis updated.CHANGELOG.mdis updated.README.mdis updated (including new tool citations and authors/contributors).