This is a test version of Biostars. For the public version, visit https://www.biostars.org.
GATAK Selec variant

Hi everybody I have run this command and I took this message it would be appreciated if you could help me.

java -Xmx17G -jar /home/masgari/apps/gatk/gatk-4.1.9.0/gatk-package-4.1.9.0-local.jar SelectVariants -R home/masgari/hg19/hg19.fa/ -V 1245.marked_duplicates.vcf/ --select-type-to-include SNP/ -O 1245.marked_duplicates _SNP.vcf

A USER ERROR has occurred: Argument select-type-to-include has a bad value: SNP/. 'SNP/' is not a valid value for Type. Allowed values are Possible values: {NO_VARIATION, SNP, MNP, INDEL, SYMBOLIC, MIXED}

gene

Remove that extra / at end of SNP/ in your command.

Thanks I have removed /, however, I took this message

java -Xmx17G -jar /home/masgari/apps/gatk/gatk-4.1.9.0/gatk-package-4.1.9.0-local.jar SelectVariants -R home/hg19/hg19.fa/ -V 1245.marked_duplicates.vcf/ --select-type-to-include SNP -O 1245.marked_duplicates _SNP.vcf

A USER ERROR has occurred: Illegal argument value: Positional arguments were provided ',_SNP.vcf}' but no positional argument is defined for this tool.

-O 1245.marked_duplicates _SNP.vcf

Looks like you have a space between duplicates and _SNP. Please be mindful of your input options.

Use ADD REPLY/ADD COMMENT to keep threads in logical order.

Hello daffodil!

Questions similar to yours can already be found at:

We have closed your question to allow us to keep similar content in the same thread.

If you disagree with this please tell us why in a reply below. We'll be happy to talk about it.

Cheers!

this is the very same kind of error than in your previous question. Please take the time to try to understand what is going wrong.

Really I am so sorry for my simple question I try to learn and I have started gatak pipeline during this month. thanks for your patiants

0 answers

No answers yet.

Log in to answer this question.