fulcrumgenomics / fqtk

Fast FASTQ sample demultiplexing in Rust.
MIT License
57 stars 1 forks source link

Support barcodes that have different lengths #29

Closed nh13 closed 3 months ago

nh13 commented 3 months ago

Closing this as it is not planned, due to the following work arounds:

  1. Pad the barcodes to the longest length with Ns, and then do not treat Ns as mismatches.
  2. Truncate the barcodes to the shortest length.

I think one could use splitcode as well.