rror_Check seqtk。

bash脚本中命令行如下:

seqtk sample -s100 ${input_fastq_F} 0.1 > ${out_dir}/EstInsSize/tmp_subread_F.fastq
seqtk sample -s100 ${input_fastq_R} 0.1 > ${out_dir}/EstInsSize/tmp_subread_R.fastq
Error_Check seqtk

.......

 

运行后总是返回Error_Check seqtk。

我查看seqtk,是已经装好的。有大佬有什么建议或者解决办法吗??