...qiime2-2020.8/lib/python3.6/site-packages/q2cli/commands.py", line 329, in __call__
results = action(**arguments)
File "<decorator-gen-545>", line 2, in summarize
File "/share/work/biosoft/conda/Miniconda3.8/envs/qiime2-2020.8/lib/python3.6/site-packages/qiime2/sdk/action.py", line 245...
... "/share/work/biosoft/python/Python3/lib/python3.9/runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/share/work/biosoft/python/Python3/lib/python3.9/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/share/work/biosoft/py...
...########################genotype<-function(){count<-0 if (population_structure=="RIL"){x<-runif(1) if (x<=0.5){count<-1}else{count<-0} }else{for(i in 1:2){x<-runif(1) if (x<=0.5){number<-0.5}else{number<-0} if(number == 0.5){count<- count+0.5}}}return(count)}###...
我用的指令是nohup sh 2.data_qc.sh >2.data_qc.sh.o& , 现在显示的错误是cat: /data/data.txt: No such file or directory
但是我把这个命令粘贴到屏幕上就可以运行,在sh里面怎么说找不到文件那。命令如下
for i in $(cat $workdir/data/data.txt); do ec...