comparison Protein_report_processing.py @ 8:e1d6909836cd draft

Uploaded
author bornea
date Tue, 23 Aug 2016 19:18:49 -0400
parents 39e772aa6e93
children e01bdd338210
comparison
equal deleted inserted replaced
7:41d81e97186d 8:e1d6909836cd
1 import sys 1 import sys
2 import os 2 import os
3 from time import sleep 3 from time import sleep
4 4
5 files = sys.argv[1] # read in a string of file names seperated by ", " 5 files = sys.argv[1] # read in a string of file names seperated by ", "
6 print files
6 # e.g. "Default_Protein_Report.txt, Default_Protein_Report_2.txt" 7 # e.g. "Default_Protein_Report.txt, Default_Protein_Report_2.txt"
7 #bait = sys.argv[2] # SAINT formatted bait file 8 #bait = sys.argv[2] # SAINT formatted bait file
8 # still need a way to match files to bait identifiers 9 # still need a way to match files to bait identifiers
9 # or they can just be required to be put in the order of the bait file 10 # or they can just be required to be put in the order of the bait file
10 quant_type = sys.argv[3] # what metric to use for quantification 11 quant_type = sys.argv[3] # what metric to use for quantification