Open TomHarrop opened 1 year ago
Huh, that's kind of annoying.
The issues is that --reference
can now accept multiple arguments. So it's gobbling up jobStore
, and leading to this error.
To work around this, you need to change the order of your arguments. You can either move jobStore
and seqFile.txt
before --reference
. Or move --outDir out
and/or --outName alignment
after --reference
.
Thanks, that workaround fixes it.
I'm having some trouble with
cactus-pangenome
in 2.6.4. I'm using the Docker container via Singularity/Apptainer. The same command was working withcactus-pangenome
in 2.5.1.gives me
The seqfile is working OK with interspecies
cactus
.I feel like I'm missing something very obvious here - apologies if that's the case :)