Skip to content

Commit

Permalink
update for new stats
Browse files Browse the repository at this point in the history
  • Loading branch information
davek44 committed Jul 27, 2023
1 parent 120ef25 commit 4ab5c55
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions bin/sonnet_sad.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@ def main():
parser.add_option('-p', dest='processes',
default=None, type='int',
help='Number of processes, passed by multi script')
parser.add_option('--pseudo', dest='log_pseudo',
default=1, type='float',
help='Log2 pseudocount [Default: %default]')
parser.add_option('--rc', dest='rc',
default=False, action='store_true',
help='Average forward and reverse complement predictions [Default: %default]')
Expand Down Expand Up @@ -214,8 +211,7 @@ def snp_gen():
pi += 1

# process SNP
write_snp_len(ref_preds, alt_preds, sad_out, si,
options.sad_stats, options.log_pseudo)
write_snp_len(ref_preds, alt_preds, sad_out, si, options.sad_stats)

# close genome
genome_open.close()
Expand Down

0 comments on commit 4ab5c55

Please sign in to comment.