LucasFVoges / GRADA

simple GRep ADapter Analyser
MIT License
1 stars 0 forks source link

agrep function allows only one option (case sensitive is therefore not possible) #24

Closed LucasFVoges closed 3 years ago

LucasFVoges commented 3 years ago

The error: agrep: pattern too large (over 32 chars)

It will only rise if: agrep -2 -i ... or agrep -i -2 ...

If only one of these options is used = no problem.

Well... therefore I have removed the case insensitivity again. (-i)

LucasFVoges commented 3 years ago

comment: this is always the case if any two options are choosen. [wildcard], CaseS: "-i", Kosts: "-Dk"