Skip to content

Commit

Permalink
change total_size to float
Browse files Browse the repository at this point in the history
  • Loading branch information
AroneyS committed May 1, 2024
1 parent a5d554a commit 26cdb84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binchicken/workflow/scripts/evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"samples": str,
"length": int,
"total_targets": int,
"total_size": int,
"total_size": float,
"recover_samples": str,
"coassembly": str,
}
Expand Down

0 comments on commit 26cdb84

Please sign in to comment.