Open Thomieh73 opened 6 days ago
Oof, there a few things in here.
The error keySet()
message comes from a bug in the
/cluster/home/thhaverk/.nextflow/assets/nf-core/mag/./subworkflows/local/utils_nfcore_mag_pipeline/main.nf' at line: 353
bit, because the variable name should be ${params.host_genome.keySet()}
but currently is ${params.host_genomes.keySet()...}
>
Why it's not picking up your genome I don't now exactly and will require more investigation.
igenomes has not been particularly popular outside model organism reliant pipelines, so it might be the simply that the implementation in here is possible broken due to lack of use (also looking at the code older developers didn't use the original template which has made it even more broken as it's diverged over time I gues...)... I would recommend switching instead to supplying your own FASTA file in the meantime if possible.
My kid is sick again (kindergarten...) so I'm not sure when I will get to this. I will also need to set up iGenomes on my system I assume as well so it'll take time...
Hi, I tried today to start a run with the MAG version 3.2.1 but I can an error which is unexpected.
this is the error:
My command is
my params.json file is
I do not see how this error happens. I tried it as well with version 3.2.0. same error.
I can start my pipeline with version 3.1.0, than the error does not occure.
So why does it not use the indicated "host_genome" from my json file?