Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
tivdnbos authored Aug 9, 2021
1 parent b7255e7 commit 36264bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package/pout2prot/Parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ def parser(my_path, fdr_threshold, decoy_flag, sample_categories_flag):
rep_cat[sample_name] = sample_name
sample_categories.append(sample_name)
elif os.path.isfile(my_path):
print("it is a file")
assert my_path.endswith(".pout"), "The provided input file is not a .pout file."
pout_files.append(my_path)
sample_categories = []
Expand Down

0 comments on commit 36264bd

Please sign in to comment.