Problem of running samtools in python using subprocess.run()

前端 未结 0 1508
野趣味
野趣味 2021-02-06 19:49

I\'m using subprocesss.run() to run samtools command in python. The code is as below:

result = subprocess.run([\'samtools\', \'faidx\', \'hg38.fa.gz\', \'chr1:169         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题