eolaniru
eolaniru
Dear @PoisonAlien, When filtering sample pair at ` if(nrow(sample_pair) > 0){ unique(unlist(sample_pair[XY_possibly_paired == "Yes", .(X_bam, Y_bam)], use.names = FALSE)) }`, the script fails if nrow is of length zero. This...
## PR checklist - [ ] This comment contains a description of changes (with reason). - [ ] If you've fixed a bug or added code that should be tested,...
## PR checklist Closes #XXX - [ ] This comment contains a description of changes (with reason). - [ ] If you've fixed a bug or added code that should...