Platypus variant caller error
Dear all,
I am trying to run Platypus variant caller but it continues to give me the following error:
print "\n\n%s command is not yet implemented\n\n" %(x) ^ SyntaxError: invalid syntax
Could you, please, suggest is there a way to solve this?
snp
variant calling
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Error using dexseq_counts.py
written by felipead66I am trying to use dexseq_counts.py to find exon counts. I used ensemble gtf file for the dexseq_prepare_annotation.py in order to generate the gff file. …
-
error while installing peertools
written by rheab1230 •Hello, I am trying to install peertools but when I do cmake command it throws error I tried to use command `cmake ./..` But its …
-
hisat SyntaxError: invalid syntax
written by Xiaoyun •Hi all, I am really struggling with hisat2 recently and getting confused. I'm trying to run hisat2 python2 /home/yun/Downloads/hisat2-2.2.0/hisat2 -t -p 2 -x shiryn\ RNAseq\ …
-
ERROR Cuffmerge for differential gene and expression analysis?
written by KumarI am trying to use cufflinks-2.2.1.Linux_x86_64 for differential gene and expression analysis. First I used cufflinks with following command and got output files including transcripts.gtf. …
-
HISAT2 alignment problem
written by kwanghoon •I have problems when I run hisat2. my command is ./hisat2 -x $HISAT2G/hisat2_hg38 -p 16 -1 /home/sunghyepark_lab/test/test_files/RNA/rawData/trimmed/trimmed_paired_1607370-RNA-T_1.fastq.gz -2 /home/sunghyepark_lab/test/test_files/RNA/rawData/trimmed/trimmed_paired_1607370-RNA-T_2.fastq.gz -S /home/sunghyepark_lab/test/test_files/RNA/rawData/HISAT2_aligned/1607370_RT.sam used reference hg38 indexed …
-
syntax error while building up linear regression model
written by srdjanmasirevic2 •Hello I am trying to calculate correlation coefficient, and I am trying to write a script but it gives me syntax error. Basically I have …
-
find_circ - test data error
written by harry •I use this command ------- /home/aclab/find_circ/unmapped2anchors.py /home/aclab/CircRNA/find_circ/unmapped/unmapped.bam | gzip >/home/aclab/CircRNA/find_circ/unmapped/anchors_unmapped.fastq.gz I got this error------- File "/home/aclab/find_circ/unmapped2anchors.py", line 173 print "@%s_A__%s" % (read.qname,seq) ^ SyntaxError: invalid …
-
Syntax error when trying to run the BAGEL algorithm (Python) for pooled CRISPR screen analysis
written by kdelint •When I try to run the BAGEL algorithm (https://github.com/hart-lab/bagel) the following syntax error keeps appearing: C:\BAGEL>BAGEL.py bf -i RPE1.txt -o RPE1out.txt -e CEGv2.txt -n NEGv1.txt …
-
cuffmerge script error
written by julianasrinjuli •hello, I am trying to use cuffmerge tool of cufflinks suite for differential analysis but it is showing error reports in python script. However, I …
-
Problem with checkVCF
written by zercchi •Hi, I'm trying to run checkVCF in the terminal with the example files, but I have the current message error. (Terminal, mac os Sierra 10.12.2) …
Hi, Seems like you are passing an argument to Platypus which it is unable to execute/ implement. If you can post the run set-up, then a better guess can be taken. The error message alone is not enough.
Thanks for the reply. This is the Platypus.py code. Could it be useful?
I am running it as python Platypus.py
Hi, I am sorry, no clue with the setup you are using for Platypus. I had followed the instructions here and was able to run it successfully (ver. 0.8.1).
After installation as specified, I used this setup -
The capture regions if provided, are to be in this format -
btw, the python code snippet you posted above, seems to be the
Platypus.pyfile undersrc/pythondirectory of thePlatypus-master.zipfile downloadable from the Github repo. If so, that is not the way to run Platypus. Please follow the instructions on the Github page. Btw, I realise that now this is available via Conda, which would be much easier way to go by.Hi Amitm, thanks! I was albe to run it with Python2 as well now. It is not working eith python 3 and give me the error above.... also i could be able to download with conda but only with python2...