mjmlab / pyinseq

Python pipeline for analyzing INSeq Insertion Sequencing data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`filterSortCounts()` sorting as strings

mandel01 opened this issue · comments

filterSortCounts() appears to be sorting nucleotides as strings (i.e., 150000 before 180). This is not a problem when mapping to the gene. This is a noteworthy bug when looking at output files so I'm marking it here. However, I think the whole architecture of the pipeline needs to be redesigned and therefore this should get examined at that point.

New workflow solves this.