Skip to content

Commit

Permalink
Adding pysam import
Browse files Browse the repository at this point in the history
  • Loading branch information
tjakobi committed Mar 21, 2023
1 parent f099753 commit b4a711e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

# define functions

import pysam

def load_bamfile(bamfile, coordinates):
reads = {}
B = pysam.AlignmentFile(bamfile, 'rb')
Expand Down

0 comments on commit b4a711e

Please sign in to comment.