我正在使用macs2,这是一个基于python的工具。我用了这个命令:
macs2 callpeak -t 866992_part.bam -c 866991_part.bam -f BAM --nomodel -g hs -n example -B -q 0.01 --outdir peakCall
但是给出了这个错误:
AttributeError: 'Namespace' object has no attribute 'tempdir'
如果我尝试这个命令:
macs2 callpeak -t 866992_part.bam -c 866991_part.bam -f BAM --nomodel -g hs -n example -B -q 0.01 --outdir /peakCall
它会出现此错误:
Output directory (/peakCall) could not be created. Terminating program.
你知道如何解决这个问题吗?