ubccr / genesysv

Gene Exploration System for Variance
21 stars 6 forks source link

error loading test data #1

Closed tekkisse closed 5 years ago

tekkisse commented 5 years ago

really keen to get this working but when i follow the documentation get an error loading data

root@debian-template:~/GenESysV# python utils/load_vcf.py --vcf test_data/test_4families_annovar.vcf.gz --tmp_dir /tmp --annot annovar --hostname 127.0.0.1 --port 9200 --index test_4families_annovar --study_name test_4families_annovar --dataset_name test_4families_annovar --num_cores 4 --assembly hg19 --ped test_data/test_4families.ped --cleanup File "utils/load_vcf.py", line 686 gene, refseq, exon, *cdna_aa = subval.split(':') ^ SyntaxError: invalid syntax

jianxinwang commented 5 years ago

Hi Simon,

Thank you for your interest in using GenESysV. My first impression for the trouble you are having is that you need to create a virtual environment for python version 3. Please refer to the documentation on how to do this.

Jianxin

On Thu, Jun 13, 2019 at 2:38 AM Simon Thompson notifications@github.com wrote:

really keen to get this working but when i follow the documentation get an error loading data

root@debian-template:~/GenESysV# python utils/load_vcf.py --vcf test_data/test_4families_annovar.vcf.gz --tmp_dir /tmp --annot annovar --hostname 127.0.0.1 --port 9200 --index test_4families_annovar --study_name test_4families_annovar --dataset_name test_4families_annovar --num_cores 4 --assembly hg19 --ped test_data/test_4families.ped --cleanup File "utils/load_vcf.py", line 686 gene, refseq, exon, *cdna_aa = subval.split(':') ^ SyntaxError: invalid syntax

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ubccr/genesysv/issues/1?email_source=notifications&email_token=ACX6JW5LSC6YWVC4UX56J4LP2HTPHA5CNFSM4HXWLPDKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GZHJXBA, or mute the thread https://github.com/notifications/unsubscribe-auth/ACX6JWYGG2HBYS2VLIPSHFTP2HTPHANCNFSM4HXWLPDA .

-- “Study as if you were going to live forever; live as if you were going to die tomorrow.”

                              --Maria Mitchell
tekkisse commented 5 years ago

sorry new to Python yes that fixed it, thanks