Skip to content

Commit ebc06c2

Browse files
Salvador Martinez-BartolomeSalvador Martinez-Bartolome
authored andcommitted
Removed some weird characteres from setup.prop
1 parent 91e4e2e commit ebc06c2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

ProtClusterQuant/setup.properties

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -145,14 +145,14 @@ minConsecutiveIdenticalAlignment = NUMERIC_VALUE
145145
############################################################################
146146
# PARAMETERS TO PROPERLY READ IN THE DATABASE AND ASSIGN PEPTIDES TO PROTEINS:
147147
############################################################################
148-
# In case the input files doesn\u2019t contains all the peptide-to-protein connections (because the software who generated them remove some of the subset proteins or performed a protein inference heuristic),
148+
# In case the input files doesn't contains all the peptide-to-protein connections (because the software who generated them remove some of the subset proteins or performed a protein inference heuristic),
149149
# you can use a protein sequence database in order to map all the possible peptide-to-protein connections without losing any isoform for example.
150150
# Note: These parameters should be set according to the initial parameters used to search the database for identified peptide hits as well as how the search results were filtered.
151151

152152
enzymeArray = TEXT, TEXT, ...
153153
# This parameter specify the aminoacids where protease cleaves. Note: amino acids that are recognized as cleavage site are provided as comma-separated (',') values.
154-
o Trypsin cleaves at K and R, so 'K,R' should set here.
155-
o LysC cleaves at K only, so 'K' should be set here.
154+
# Trypsin cleaves at K and R, so 'K,R' should set here.
155+
# LysC cleaves at K only, so 'K' should be set here.
156156
# Default value if not provided: K,R
157157
# Example: enzymeArray = K,R
158158

@@ -187,11 +187,11 @@ fastaFile = FILEPATH
187187

188188
inputFilePath = FILEPATH
189189
# Full path of the folder in which all the input files are located.
190-
# Default value if not provided: the system user\u2019s home folder.
190+
# Default value if not provided: the system user's home folder.
191191
# Example: inputFilePath = C:\\Users\\Salva\\Desktop\\data\\PINT projects\\Fibulin\\LacZ
192192

193193
inputFiles = EXP_NAME[FILE_NAME1, FILE_NAME2, ...] | EXP2_NAME[FILE_NAME4, FILE_NAME5, ...]
194-
# This parameter specifies the quantification input files to be used and groups them into groups, in order to be treated properly. EXP_NAME is an internal tag for the group of files provided subsequently between brackets. Several groups are separated by '|'. Several file names are separated by ','. File names don\u2019t include path names, because they are expected to be found in the folder specified by the inputFilePath parameter.
194+
# This parameter specifies the quantification input files to be used and groups them into groups, in order to be treated properly. EXP_NAME is an internal tag for the group of files provided subsequently between brackets. Several groups are separated by '|'. Several file names are separated by ','. File names don't include path names, because they are expected to be found in the folder specified by the inputFilePath parameter.
195195
# This parameter is required.
196196
# Examples:
197197
# DmDv[DmDv_rep1.xml, DmDv_rep2.xml, DmDv_rep3.xml] | DvDm[DvDm_rep1.xml, DvDm_rep2.xml, DvDm_rep3.xml]
@@ -201,7 +201,7 @@ inputFiles = EXP_NAME[FILE_NAME1, FILE_NAME2, ...] | EXP2_NAME[FILE_NAME4, FILE_
201201
# Fibulin_LacZ[Fibulin_LacZ_rep1.txt, Fibulin_LacZ_rep2.txt, Fibulin_LacZ_rep3.txt]
202202

203203
inputIDFiles = EXP_NAME[FILE_NAME1, FILE_NAME2, ...] | EXP2_NAME[FILE_NAME4, FILE_NAME5, ...]
204-
# This parameter specifies the identification input files to be used and groups them into groups, in order to be treated properly. EXP_NAME is an internal tag for the group of files provided subsequently between brackets. Several groups are separated by '|'. Several file names are separated by ','. File names don\u2019t include path names, because they are expected to be found in the folder specified by the inputFilePath parameter.
204+
# This parameter specifies the identification input files to be used and groups them into groups, in order to be treated properly. EXP_NAME is an internal tag for the group of files provided subsequently between brackets. Several groups are separated by '|'. Several file names are separated by ','. File names don't include path names, because they are expected to be found in the folder specified by the inputFilePath parameter.
205205
# This parameter is required.
206206
# Examples:
207207
# DmDv[DmDv_rep1.xml, DmDv_rep2.xml, DmDv_rep3.xml] | DvDm[DvDm_rep1.xml, DvDm_rep2.xml, DvDm_rep3.xml]
@@ -213,7 +213,7 @@ inputIDFiles = EXP_NAME[FILE_NAME1, FILE_NAME2, ...] | EXP2_NAME[FILE_NAME4, FIL
213213
uniprotReleasesFolder = FILEPATH
214214
# This parameter points to the folder where the UniProt annotations are going to be automatically stored in the machine were PCQ runs. UniProt annotations are retrieved from the latest version of UniProtKB in order to associate gene names, taxonomies, etc... that may not be available in the protein description line provided in the input files.
215215
# This process may take some time and some disk space, depending on the dataset size. However, once the annotations are locally stored, PCQ will retrieve the annotations from the local resource, taking just a few seconds.
216-
# Default value if not provided: the system user\u2019s home directory.
216+
# Default value if not provided: the system user's home directory.
217217
# Example: uniprotReleasesFolder = C:\\Users\\Salva\\Desktop\\tmp\\uniprotKB
218218

219219
uniprotVersion = FORMATED_DATE
@@ -223,7 +223,7 @@ uniprotVersion = FORMATED_DATE
223223

224224
outputFilePath = FILEPATH
225225
# This parameter points to the folder in which all output files will be generated on computer.
226-
# Default value if not provided: system user\u2019s home folder.
226+
# Default value if not provided: system user's home folder.
227227
# Example: outputFilePath = C:\\Users\\Salva\\Desktop\\data\\Fibulin\\LacZ\\quant
228228

229229
outputPrefix = TEXT

0 commit comments

Comments
 (0)