Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Jul 11, 2023
1 parent aa090b1 commit bb858be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion workflow/scripts/collect-fp-fn.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ def read_data(f, callset, chromosome=None):
dtype=str,
)

print(data.head(), file=sys.stderr)
if chromosome is not None:
data = data.loc[data["chromosome"] == chromosome]
print(data.head(), file=sys.stderr)
Expand Down

0 comments on commit bb858be

Please sign in to comment.