emybart415 / Deduper-ebart

0 stars 0 forks source link

Sam File Sorting #2

Open ivango17 opened 11 months ago

ivango17 commented 11 months ago

I would suggest using samtools prior to your python script. However, PySAM may be an option if you really wanted to integrate the two.

Leslie-C commented 11 months ago

"Yes" to using samtools outside of Python script, "No" to using PySAM in the main branch of your repo. You could implement a solution using PySAM in a separate branch if you'd like.