Expose "hidden options"
Closed this issue · 7 comments
I was looking for a way to specify the mmCIF dict file, and found the "hidden options":
Lines 92 to 100 in 32b28bf
I wonder why these are hidden from the --help
considering I just had use for them. Can they not be unhidden?
Could you give a bit more details of what you were trying to do so we can see whether this is a general use-case or a rather specific one?
Well I was trying to install dssp
4.0 into a conda environment, but for whatever reason it wasn't able to find the mmCIF dictionary file, which was actually installed. If it's controlled by an environment variable then it would be great to document that too. But failing that, I had to use this hidden flag.
As a sidenote: it would be great if you guys could submit dssp
(and any of your other tools) to bioconda. I've actually already submitted libcifpp
there, but I had some trouble getting cif-tools
to compile.
Thanks for the suggestion. We'll look into that.
If any of you end up doing that, I'm happy to give you maintainership over the bioconda recipe I made and/or write permissions to my branch for cif-tools
to make things easier.
I've updated both libcifpp (version 4.0.1) and dssp (version 4.0.5). This issue should now be solved.
Great, thank you!