Skip to content

Commit

Permalink
changed cost per 1b reads from 5200 to 5500 dollars.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonleandergrimm committed Dec 18, 2023
1 parent d06b7b8 commit f856147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preprint_stats/cost_required_stat.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def get_cost(

def start():
data = read_data()
DOLLAR_PER_1B_READS = 8000
DOLLAR_PER_1B_READS = 5500
weeks_per_year = 52

TARGET_INCIDENCE = 0.01
Expand Down

1 comment on commit f856147

@simonleandergrimm
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was 8000 by accident, I missed to push a change from 8000 to 5200..

Please sign in to comment.