Skip to content

Commit

Permalink
safer default value
Browse files Browse the repository at this point in the history
  • Loading branch information
genomematt committed Oct 5, 2016
1 parent 6c63cc5 commit 1fce363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xenomapper/mappability.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def single_end_mappability_from_sam(samfile, outfile=sys.stdout, fill_sequence_g

pass

def paired_end_mappability(wiggle, mate_density, outfile=sys.stdout, chromosome_sizes={}):
def paired_end_mappability(wiggle, mate_density, outfile=sys.stdout, chromosome_sizes=None):
"""Create a wiggle file of read mappability using inferred mapping rate of pairs
Arguments:
wiggle - a wiggle file of mappability
Expand Down

0 comments on commit 1fce363

Please sign in to comment.