在命令行中查找错误

发布于 2024-11-30 12:46:57 字数 595 浏览 1 评论 0原文

我正在尝试使用命令行运行某种程序,但出现错误。 命令行为:

quantisnp2.exe --outdir D:\output\ --config "C:\Program files\QuantiSNP\params.dat" --levels "C:\Program files\QuantiSNP\levels.dat " --sampleid CNV1 --性别女性 --emitters 10 --Lsettings 2000000 --doX Correct --genotypes --gcdir D:\gc\ --input-files C:\Program 文件\CNV1.txt

QuantiSNP:Single-file mode input find.
QuantiSNP:Processing file: C:|Program
QuantiSNP:Local CG content directory specified. Local CG content correction will be used.
??? Error using ==>textread at 167
File not found.
Error in ==> quantisnp2 at 293

I am trying to run some kind of programm using command line, but I got an error.
The command line is:

quantisnp2.exe --outdir D:\output\ --config "C:\Program files\QuantiSNP\params.dat" --levels "C:\Program files\QuantiSNP\levels.dat" --sampleid CNV1 --gender female --emiters 10 --Lsettings 2000000 --doXcorrect --genotypes --gcdir D:\gc\ --input-files C:\Program files\CNV1.txt

QuantiSNP:Single-file mode input find.
QuantiSNP:Processing file: C:|Program
QuantiSNP:Local CG content directory specified. Local CG content correction will be used.
??? Error using ==>textread at 167
File not found.
Error in ==> quantisnp2 at 293

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

小矜持 2024-12-07 12:46:57

我要查看的第一件事是命令末尾未加引号的 C:\Program files\CNV1.txt (所有其他命令都被引用)。

很有可能被视为两个参数,C:\Programfiles\CNV1.txt

您可能还想检查 emitters 的拼写,我很确定正确的英文单词是 emitters,当然,这可能是 QuantiSNP 的情况开发人员不知道如何拼写:-)

The first thing I'd be looking at is the unquoted C:\Program files\CNV1.txt at the end of the command (all your other ones are quoted).

There's a good chance that's being treated as two arguments, C:\Program and files\CNV1.txt.

You may also want to check the spelling of emiters, I'm pretty certain the correct English word would be emitters though, of course, this could be a case of the QuantiSNP developers not knowing how to spell :-)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文