iqbal-lab-org / pandora

Pan-genome inference and genotyping with long noisy or short accurate reads
MIT License
107 stars 14 forks source link

Misc improvements before index optimisation PR #339

Closed leoisl closed 11 months ago

leoisl commented 11 months ago

This PR contains several misc small fixes:

  1. Fixes a segfault bug with getting the wrong pangraph node, introduced in the previous PR;
  2. Fixes a minor bug that caused unmapped reads to be suppressed in the file SAM;
  3. Removes the --clean command line option, redundant now that gene-DBGs code were removed;
  4. Adds CLI option --rng-seed to make multimapping deterministic, if required;
  5. A handful of clean ups of unused code;
leoisl commented 11 months ago

@mbhall88 feel free to comment on this, I can still incorporate changes