VariantsToTable not produce output file
0
0
Entering edit mode
2.2 years ago

Hello. I want to use VariantsToTable tools in GATK Thus I write this code and it's run without an error but not produce any output file!

My code :

cd /app/GATK-4.1.4/
gatk VariantsToTable \
> -V /myfiles/COPY-filter.vcf \
> -F CHROM -F POS -F TYPE -GF AD \
> -O /myfiles/output.table \ 
>   

So, what's wrong? Also, how I get the outputfile! Thanks.

VariantsToTable GATK • 945 views
ADD COMMENT
0
Entering edit mode

how your input looks; chr naming particularly.

ADD REPLY
0
Entering edit mode

there is no output on screen! " > " this appear like it's wait me to write more code!

ADD REPLY
0
Entering edit mode

just remove the last \ and run it again

ADD REPLY
0
Entering edit mode

( -bash: gatk: command not found ) this will appear , so how can I solve the problem?

ADD REPLY
0
Entering edit mode

Chrom column in my input consists of Chr1 , ......

ADD REPLY

Login before adding your answer.

Traffic: 1842 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6