aineniamh / snipit

snipit: summarise snps relative to your reference sequence
GNU General Public License v3.0
148 stars 28 forks source link

ENH: Add option to sort by presence/absence of mutations at certain positions #14

Closed corneliusroemer closed 2 years ago

corneliusroemer commented 2 years ago

It would be nice if one could sort sequences by presence/absence of mutations at certain positions.

e.g. --sort-by-mutation 500,2500,241

Would sort by nucleotide at 500, then resolve ties by nucleotide at 2500, then by nucleotide at 241.

corneliusroemer commented 2 years ago

Resolved by #15