Skip to content

Commit

Permalink
Fix update_fragpipe_results
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewThe committed Jan 5, 2024
1 parent 39a5bdc commit 24a22aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions picked_group_fdr/pipeline/update_fragpipe_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,6 @@ def generate_fragpipe_protein_file(
protein_group_results,
protein_groups,
experiment,
experimental_design,
discard_shared_peptides,
)

Expand Down Expand Up @@ -388,7 +387,7 @@ def generate_fragpipe_combined_protein_file(
protein_groups,
protein_group_results,
peptide_to_protein_maps=None,
file_list_file=None,
experimental_design=None,
discard_shared_peptides=discard_shared_peptides,
)

Expand Down
2 changes: 1 addition & 1 deletion picked_group_fdr/quant/fragpipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def add_precursor_quants(
continue

if not helpers.is_decoy(proteins):
post_err_probs.append((post_err_prob, "", experiment, peptide))
post_err_probs.append((post_err_prob, experiment, experiment, peptide))

for protein_group_idx in protein_group_idxs:
precursor_quant = PrecursorQuant(
Expand Down

0 comments on commit 24a22aa

Please sign in to comment.