Some assays or sequencing methodologies (long read technology like PBio or ONT) may be more appropriate to consider each read as a fragment. Add a flag -l that enables this behavior.
This may require some additional reworking of some VMatrix internals to correctly grab the insert_size. Need to do some tests to make sure these behave as expected.
If implemented correctly, the -f options should work seamlessly.
Some assays or sequencing methodologies (long read technology like PBio or ONT) may be more appropriate to consider each read as a fragment. Add a flag
-lthat enables this behavior.This may require some additional reworking of some
VMatrixinternals to correctly grab theinsert_size. Need to do some tests to make sure these behave as expected.If implemented correctly, the
-foptions should work seamlessly.