Annovar coding_change error
1
0
Entering edit mode
6.1 years ago

Hi I'm trying to use Annovar coding_change program but I keep getting syntax error, any idea why?

perl coding_change.pl S01.exonic_variant_function humandb/hg19_refGene.txt humandb/hg19_refGeneMrna.fa humandb/hg19_MT_ensGene.txt humandb/hg19_MT_ensGeneMrna.fa -out S01
Syntax error
Annovar coding_change • 1.2k views
ADD COMMENT
2
Entering edit mode
6.1 years ago

You're supplying too many parameters. You cannot have both of the following pairs of parameters:

  • humandb/hg19_refGene.txt && humandb/hg19_refGeneMrna.fa
  • humandb/hg19_MT_ensGene.txt && humandb/hg19_MT_ensGeneMrna.fa

You can only supply 1 pair of these per go.

Kevin

ADD COMMENT

Login before adding your answer.

Traffic: 2899 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