Mercurial > repos > bornea > saint_preprocessing_peptideshaker
changeset 10:9ec349fd0e66 draft
Uploaded
author | bornea |
---|---|
date | Tue, 23 Aug 2016 19:26:13 -0400 |
parents | e01bdd338210 |
children | 6d61b698125d |
files | Protein_report_processing.py |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Protein_report_processing.py Tue Aug 23 19:21:40 2016 -0400 +++ b/Protein_report_processing.py Tue Aug 23 19:26:13 2016 -0400 @@ -175,6 +175,8 @@ replicate_index = master_table[0].index("Replicate") grouping_index = master_table[0].index("Bait_Grouping") accession_index = master_table[0].index("Main Accession") + quant_type = quant_type.replace("_", " ") + quant_type = r"#" + quant_type Quant_index = master_table[0].index(quant_type) inter_file = "" for i in master_table[1:]: