我用bwa对齐读取,用gatk调用变体。gatk需要为参考基因组创建一个dict,bwa需要创建索引。当我对它们都使用触摸时,我会得到以下错误:Rules bwa_index and gatk_refdict are ambiguous for theExpected input files: gatk_refdict: ref.fastarule bwa_indexinput:
(MuTectWalker.java:664) at org.broadinstitute.sting.gatk.traversals.TraverseLoci.traverse(TraverseLoci.java:18)at org.broadinstitute.sting.gatk.executive.LinearMicroScheduler.execute(Li