I need to take care of pairs.tsv file too (it specifies which bed boundaries should be taken into account)
CLI interface:
--bed <filepath> if specified it filters out or scores pairs of sequences by inclusion to single amplicon from file.
--tsv <filepath> if specified its pairs of primers are being used, if not specified pairs are taken by order from .bed (ex. first primer with second primer, third with fourth etc.)
Changes in bam-api:
I need to add flag to read_bam which each algorithm would need to specify. This flag will determine if algorithm should grade by single amplicon inclusion or rather filter out non single apliconed pairs of sequences.
I need to implement filtering out or grading depending on flag value.
Research phase:
pairs.tsv
file too (it specifies which bed boundaries should be taken into account)CLI interface:
--bed <filepath>
if specified it filters out or scores pairs of sequences by inclusion to single amplicon from file.--tsv <filepath>
if specified its pairs of primers are being used, if not specified pairs are taken by order from .bed (ex. first primer with second primer, third with fourth etc.)Changes in bam-api: