Could not find normal sample normaldna in input VCF header
I get the same error with the tumor sample. I've tried the original file name (normaldna.bam), the file name without the extension (normaldna), and the full file path (/dir/that/contains/normaldna.bam). I already looked through the VCF input file, and I can't find where it is supposed to specify the original BAM a particular indel was called for. Does anyone know of any other post-processing tool of a VCF I could do to accomplish this, or have any experience with this script in particular? I know there are dozens of indel callers, but I'm pretty set on Platypus.
A couple other answers in this Group mention the script, but I haven't seen any answer with a full example usage written out that works. I also know for a while that Andy Rimmer was just using the script as a placeholder but that it didn't actually work. Does anyone have a solution, or a work-around?
Thanks!
--
You received this message because you are subscribed to the Google Groups "Platypus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to platypus-users+unsubscribe@googlegroups.com.
To post to this group, send email to platypus-users@googlegroups.com.
Visit this group at https://groups.google.com/group/platypus-users.
To view this discussion on the web, visit https://groups.google.com/d/msgid/platypus-users/ee5c94a3-198f-4760-8118-d90c01198515%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Nick,I think you are getting that error because the script cannot match the sample names in the VCF sample columns with the names you are giving. Check the VCF column headers to see what the actual sample names are. They may not be the same as the BAM file names. Platypus extracts the sample name from the SM field in the RG tag in the BAM, you can find this in the BAM header if you don't know it already (samtools view -H input.bam).As you mention, this script is really only a placeholder. It does something sensible, but not very sophisticated to discriminate somatic variants from germline variants and genotyping errors and gives a posterior probability for a variant being somatic. I think it should work, but I would treat the results with caution.Kind regards,
Andy
On Thu, Jul 27, 2017 at 9:05 AM, <ni...@cc-tdi.org> wrote:
Hi,
My current data are a mixture of matched tumor/normal samples and tumor samples that don't have a match, but do have >40 normal samples to compare to. I understand that to run the variant analysis, I need to run all the files together and generate one VCF with all the calls. This step worked for me. I then turned to somaticMutationDetector.py to interpret the VCF as the correct mutations I needed, but I kept getting the error:Could not find normal sample normaldna in input VCF header
I get the same error with the tumor sample. I've tried the original file name (normaldna.bam), the file name without the extension (normaldna), and the full file path (/dir/that/contains/normaldna.bam). I already looked through the VCF input file, and I can't find where it is supposed to specify the original BAM a particular indel was called for. Does anyone know of any other post-processing tool of a VCF I could do to accomplish this, or have any experience with this script in particular? I know there are dozens of indel callers, but I'm pretty set on Platypus.
A couple other answers in this Group mention the script, but I haven't seen any answer with a full example usage written out that works. I also know for a while that Andy Rimmer was just using the script as a placeholder but that it didn't actually work. Does anyone have a solution, or a work-around?
Thanks!
--
You received this message because you are subscribed to the Google Groups "Platypus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to platypus-user...@googlegroups.com.
To post to this group, send email to platypu...@googlegroups.com.
Visit this group at https://groups.google.com/group/platypus-users.
To view this discussion on the web, visit https://groups.google.com/d/msgid/platypus-users/ee5c94a3-198f-4760-8118-d90c01198515%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to platypus-users+unsubscribe@googlegroups.com.
To post to this group, send email to platypus-users@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/platypus-users/006a07b2-cdad-496a-9311-aeebd1c660ce%40googlegroups.com.