Skip to content

Commit

Permalink
Added period to decoy result names.
Browse files Browse the repository at this point in the history
  • Loading branch information
wfondrie committed Oct 28, 2020
1 parent 7e9cadf commit 5a0a7da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mokapot/confidence.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def to_txt(self, dest_dir=None, file_root=None, sep="\t", decoys=False):
if qvals is None:
continue

out_file = file_base + f"decoys.{level}.txt"
out_file = file_base + f".decoys.{level}.txt"
qvals.to_csv(out_file, sep=sep, index=False)
out_files.append(out_file)

Expand Down

0 comments on commit 5a0a7da

Please sign in to comment.