我试图使用命令行运行某种类型的程序,但我得到了一个错误。命令行是:
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发布于 2011-08-17 20:22:31
我要查看的第一件事是命令末尾未加引号的C:\Program files\CNV1.txt (其他所有命令都加了引号)。
这很有可能被视为两个参数,C:\Program和files\CNV1.txt。
您可能还想检查emiters的拼写,我非常确定正确的英文单词应该是emitters,当然,这可能是QuantiSNP开发人员不知道如何拼写的情况:-)
https://stackoverflow.com/questions/7092657
复制相似问题