Skip to content

Commit

Permalink
Fix to get rc averaging to work for prediction
Browse files Browse the repository at this point in the history
  • Loading branch information
suragnair committed Mar 25, 2023
1 parent 6669c25 commit ae06641
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bpnet/generators/generators.py
Original file line number Diff line number Diff line change
Expand Up @@ -1208,6 +1208,7 @@ def _generate_batch(self, coords):
# compute metrics
inputs['true_profiles'] = profile_predictions
inputs['true_logcounts'] = logcounts_predictions
inputs['rev_comp'] = coords['rev_comp'].values # send this for rev comp averaging
return inputs


Expand Down

0 comments on commit ae06641

Please sign in to comment.