Closed HubLot closed 7 years ago
OK with the PoC. Maybe residue_first
would be better than offset
(and comparable to residue_min
and residue_max
).
Do we agree that offset
/residue_first
must be read from the .PB.count
file?
Yes, it must be read from the count file.
I'm okay with residue_first
but I'm afraid it could misunderstood with the name of the residue. Maybe idx_first_residue
?
ok for idx_first_residue
;-)
I think it's good :)
Nice job. Thanks for the tests!
Hi guys,
This is a first draft the solve the issue #148.
I add the optional variable
offset
in the_slice_matrix()
option and I modified only the `plot_map() function.In
PBstat
, I also precise the print statement about the index of the first residue (offset
) and the lower bound wanted (residue_min
).The modifications are not finalized nor the commit message, it's just a PoC for you to review my solution. If it's ok, I'll clean it and finish the work.