gudeqing

Results 7 comments of gudeqing

Hi @sigve, will you check if the following arguments work as expected ? --tumor_dp_min 5 \ --tumor_af_min 0.05 \ --tumor_dp_tag TDP \ --tumor_af_tag TAF \ --control_dp_tag NDP \ --control_af_tag NAF...

Hi, sigven, Nice to have it work properly now. By the way, here is a small script that helps to copy "DP/AF" in FORMAT to INFO field, However, I still...

Hi, @sigven , First, pcgr requires the user to provide tumor sample id, thus we could use this ID to differentiate tumor sample from normal sample. Second, in most times,...

So sorry for the late response. To the best of my understanding, mysql database is needed to be configured to support the cache function. [cromwell_mysql.pdf](https://github.com/broadinstitute/cromwell/files/9853162/cromwell_mysql.pdf)

Thanks, @freeseek , I see. Anyway, my solution is to make no default value for "Directory" input. From my own experiences, you should never expect WDL being perfect, haha.

@Manuel-DominguezCBG I am using an alternative image from goalconsortium/abra2:latest, with version 2.20

Hi, I think a good alternative way is to derive needed metrics using a small python script, it is fast and easy, such as: ``` for sample, task in bamdst_task_dict.items():...