jfjlaros / demultiplex

Versatile FASTA/FASTQ demultiplexer.
MIT License
31 stars 5 forks source link

How does one set the mismatch, deletion settings? #11

Closed rgranit closed 4 years ago

rgranit commented 4 years ago

I've looked at the documentation and could not find how does one define the amount or allowed mismatches and deletions.. any advice?

Thanks!

jfjlaros commented 4 years ago

To allow for insertions or deletions (disabled by default) the -d option should be used. The amount of mismatches (including insertions and deletions, if enabled) is controlled with the -m option.

Interestingly, this is indeed not described in the documentation, I will add it. Thank you for pointing this out.

rgranit commented 4 years ago

Thanks! adding this to the documentation would be great. Also when you run demultiplex --help it does not suggest these options.

jfjlaros commented 4 years ago

That is because these options are specific for the subcommands demux and match. E.g., when you run demultiplex demux -h, you should get a full list of options relevant for that subcommand.

jfjlaros commented 4 years ago

Fixed in 4099984921d42c4a141c06c13e496ff633f6b92e.