panacus
panacus copied to clipboard
Example out of date
Hello,
Thanks you so much for your hard work on panacus.
Just FYI, the example here (and presumably the other examples)
doesn't seem to work with the latest version because histgrowth is not a subcommand.
RUST_LOG=info panacus histgrowth -t4 -l 1,2,1,1,1 -q 0,0,1,0.5,0.1 -S -a -s chr22.hprc-v1.1-mc-grch38.paths.haplotypes.txt chr22.hprc-v1.1-mc-grch38.gfa > chr22.hprc-v1.1-mc-grch38.histgrowth.node.tsv
returns error:
error: unrecognized subcommand 'histgrowth'
tip: some similar subcommands exist: 'ordered-histgrowth', 'growth', 'hist'
Hi,
thank you very much! I wasn't aware of quite how outdated the examples have become.
I've updated panacus to have histgrowth as an alias for the growth command (as there is no difference between these two in the current version). However, the examples still need more work as panacus has changed quite a bit in the last months. I will probably update all of them as soon as I'm merging all of the new features.