-
Notifications
You must be signed in to change notification settings - Fork 90
pindel2vcf error: unknown argument: –so #51
Comments
Have you got a somatic parameter there? Outlook for Androidhttps://aka.ms/ghei36 On Thu, Sep 8, 2016 at 9:43 PM +0800, "Maise B" <notifications@github.commailto:notifications@github.com> wrote: I am using Pindel to identify indels from tumour vs control. I would like to get the somatic p_values for the INDELs called using -so. my code: pindel2vcf -P ../pindelfile -r ../ref.fasta -R hg19 -d 20160905 -so TRUE -v ../outputfile.vcf I keep getting the error: unknown argument: –so Can someone please help with this? — |
can you please clarify? |
I am now no longer getting the aforementioned error. As mentioned above, I am trying to call indels/SVs from a tumour/normal pair (whole exome sequenced). Can you please clarify how -so parameter is used? do I write -so true? or TRUE? or 1? The documentation is not clear how to change from the default setting of false. The documentation also states that the order needs to be normal then tumour. Is that in the config file when running pindel to generate the SI/D/SV etc variants? |
Dear all, as far as I can gather by analyzing the code, I do not think that the -so option works at the moment. I'll disable the option for now so that there won't be more confused/frustrated people, until such a time as the author of the -so code can either explain how it works and give example files so I and users can test it, or I (or Kai, or someone else) can get the code working. Best regards, Eric-Wubbo |
From what I get from the current code, the I'm checking now whether it works in the way I expect... |
OK, I think I see the issue mentioned by @EWLameijer. When |
I have written #69 to handle several issues involved in |
I am using Pindel to identify indels from tumour vs control. I would like to get the somatic p_values for the INDELs called using -so.
(-so/--somatic_p compute somatic p value when two samples are present, assume the order is normal and tumor. (default false))
my code:
pindel2vcf -P ../pindelfile -r ../ref.fasta -R hg19 -d 20160905 -so TRUE -v ../outputfile.vcf
I keep getting the error: unknown argument: –so
Can someone please help with this?
Many thanks
The text was updated successfully, but these errors were encountered: