Mercurial > repos > bornea > saint_preprocessing_peptideshaker
changeset 8:e1d6909836cd draft
Uploaded
| author | bornea | 
|---|---|
| date | Tue, 23 Aug 2016 19:18:49 -0400 | 
| parents | 41d81e97186d | 
| children | e01bdd338210 | 
| files | Protein_report_processing.py | 
| diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] | 
line wrap: on
 line diff
--- a/Protein_report_processing.py Tue Aug 23 19:15:45 2016 -0400 +++ b/Protein_report_processing.py Tue Aug 23 19:18:49 2016 -0400 @@ -3,6 +3,7 @@ from time import sleep files = sys.argv[1] # read in a string of file names seperated by ", " +print files # e.g. "Default_Protein_Report.txt, Default_Protein_Report_2.txt" #bait = sys.argv[2] # SAINT formatted bait file # still need a way to match files to bait identifiers
