thegenemyers / FASTK

A fast K-mer counter for high-fidelity shotgun datasets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bc trim option to take as many ints as source files?

wheaton5 opened this issue · comments

For linked reads we want to trim 23 bases from R1 but not from R2. Right now I'm making two calls and then doing a Logex 'result = (A |+ B)' R1 R2.

This would be fine except for min counts on 2 files vs one file. Making a trim of 23 for both is okay except you do lose a fair amount of data. I can make this change and make a pull request if you are willing to take pull requests. Or i can just make this change in my forked version.

I think we resolved this issue.