Closed GodloveD closed 4 years ago
@GodloveD Happy to see your interest in NeuSomatic. What is the reference fasta you are using, here?
Also, can you check whether on you truth_vcf
file, you have small letters in REF or ALT fields?
Thanks for the speedy reply @msahraeian! I'm actually a staff scientist and I'm working to help debug this on behalf of another scientist. The reference that we are using is hg38.fa
. I will need to ask where it was obtained. As for the truth_vcf
file, the REF field appears to contain nothing but dots (.) while the ALT field does have some lowercase letters as you suspected. Is this an issue? Thanks!
@GodloveD Yes, that's the issue. In the truth VCF you should have the actual reference and alternative bases in the REF and ALT columns. You need to fix the VCF. For instance:
chr1 100 . T A
chr2 200 . TA T
chr3 300 . A AC
Thanks again @msahraeian. We've changed all of the lowercase letters in the REF and ALT columns to upper case and it seems to be running now.
I was (obviously) mistaken. The dots appear in the ID field not the REF field.
FWIW, we are running this analysis on whole exome sequencing data instead of whole genome sequencing data.
Thanks again for the help! 😺
I'm trying to run a the following command:
And it is giving me the error messages below. I'm assuming this is because the data that I'm using are not yielding any results and the fasta files are not being created? But maybe it is something totally different. Could someone comment?
It also might be useful to know that this is running using this container from DockerHub and I'm running it with Singularity.
Any help is appreciated. Thanks!