Skip to content

Commit

Permalink
Merge pull request #6 from stjude/update-gtf2genes
Browse files Browse the repository at this point in the history
update
  • Loading branch information
madetunj authored Oct 17, 2020
2 parents 1e5b62a + 589a916 commit 929954e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/BAM2GFF_gtftogenes.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ def parsingGeneLocations(CHR, results):
downstart = 1
if upstart < 1:
upstart = 1
if start < 1:
start = 1

if upend > int(CHR[lines[0]]):
upend = CHR[lines[0]]
Expand Down

0 comments on commit 929954e

Please sign in to comment.