Closed xiagjt closed 1 year ago
Hello, @xiagjt.
Please see this context on the Culture if you are interested in how they impact MSPC.
Could you please try zh-Hans
or zh-Hant
for Chinese Culture?
There are two culture names that contradict this rule. The cultures Chinese (Simplified), named zh-Hans, and Chinese (Traditional), named zh-Hant, are neutral cultures. The culture names represent the current standard and should be used unless you have a reason for using the older names zh-CHS and zh-CHT.
Also, I noticed MSPC docs reference an outdated list of cultures for valid values. I updated the documentation to refer to the correct Culture values.
Dear sir, thanks for your kind response. I tried the zh-Hans and zh-Hant in the JSON file. However, it also failed with the same error.
Referring to the following part of the screenshot you shared:
Error: Invalid culture info. (Parameter 'value')
Actual value was zh-CN.
You have this error in both calls of MSPC, even though the JSON file you shared has other Culture info. Could you please make sure you are referencing the correct config.json
? You may try giving the absolute/full path of the file (e.g., /home/files/config.json
instead of config.json
).
Hi, I have found the error which was actually due to the mistake in my Linux system. The command "export LANG=zh-Hans-CN" has resolved the problem. Thanks again for your help.
Hi. Another question about the option "--multipleIntersections": the lowest p-value refers to the -log10(P) format or just P value?
Glad the issue was resolved.
Hi. Another question about the option "--multipleIntersections": the lowest p-value refers to the -log10(P) format or just P value?
It is applied to the p-value
.
The following lines of the code are when this parameter is applied.
I hope the above explanation resolves this issue. I am closing this, but please feel free to reopen it if you have a similar question.
Hi! Recently I want to run the MSPC software to merge the peaks generated by MACS2 form DAP-Seq data. However, When I test the program using the demo data, I encountered an issue about wrong Invalid culture info as following:
I Tried to add a parser configuration using parameter "-p"; However, it does not work. thus, please help me to figure it out. Thanks.