Current: ./proton_cli set-sequence-layout <admin-key> <seqid> <layout-id>
Desired: ./proton_cli set-sequence-layout <admin-key> <seq-name> <layout-name>
Reason: We want to reference sequences and layouts by name, not id, to make it easier for the user.
Current:
./proton_cli set-sequence-layout <admin-key> <seqid> <layout-id>Desired:
./proton_cli set-sequence-layout <admin-key> <seq-name> <layout-name>Reason: We want to reference sequences and layouts by name, not id, to make it easier for the user.