Skip to content

Commit

Permalink
fixed 1057 to argument in gc creation
Browse files Browse the repository at this point in the history
  • Loading branch information
panushri25 committed Apr 17, 2023
1 parent 875affc commit 5fa7452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrombpnet/CHROMBPNET.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def main():
negatives[6]="."
negatives[7]="."
negatives[8]="."
negatives[9]=1057
negatives[9]=args.inputlen//2
negatives.to_csv(args.output_prefix+"_negatives.bed", sep="\t", header=False, index=False)

elif args.cmd_prep == "splits":
Expand Down

0 comments on commit 5fa7452

Please sign in to comment.