Closed manulera closed 1 year ago
Hi @BjornFJohansson,
Sorry for the avalanche of issues! I was looking at the Dseq class and I noticed the argument pos in some of the methods. I had a look but I don't understand what this is used for. What is it for? Do I need to worry about it in #147?
pos
pos is the an index to keep track of the fragments position in a restriction cut. It is not used for anything else, so no need to worry about it.
Ok got it!
Hi @BjornFJohansson,
Sorry for the avalanche of issues! I was looking at the Dseq class and I noticed the argument
pos
in some of the methods. I had a look but I don't understand what this is used for. What is it for? Do I need to worry about it in #147?