I have been trying to install Platypus and I get the finished building Platypus message but I get an error when I try to use it. I have put the errors I get below. I'm sorry if this is silly question but I'm still learning this sort of thing.
v57-0a0e386f:Platypus_0.7.9.1 alexstretton$ ./buildPlatypus.sh
Building Platypus
running build
running build_py
copying vcf.py -> build/lib
running build
running build_py
copying extendedoptparse.py -> build/lib
running build
running build_py
copying window.py -> build/lib
running build
running build_py
copying variantutils.py -> build/lib
running build
running build_py
copying platypusexceptions.py -> build/lib
running build
running build_py
running build
running build_py
copying filez.py -> build/lib
running build
running build_py
copying runner.py -> build/lib
running build
running build_ext
building 'ctabix' extension
cc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -Itabix -Ipysam -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c ctabix.c -o build/temp.macosx-10.9-intel-2.7/ctabix.o
In file included from ctabix.c:16:
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/Python.h:33:10: fatal error:
'stdio.h' file not found
#include <stdio.h>
^
1 error generated.
error: command 'cc' failed with exit status 1
Finished building Platypus
v57-0a0e386f:Platypus_0.7.9.1 alexstretton$ python Platypus.py callVariant --bamFiles=13M03098_align_sorted.bam --refFile=/Users/alexstretton/Documents/NGS/bwa-0.7.5a/ucsc.hg19.fasta --output=13M03098_1.vcf --filterDuplicates=0 --minFlank=0
Traceback (most recent call last):
File "Platypus.py", line 9, in <module>
import runner
File "/Users/alexstretton/Documents/NGS/Platypus_0.7.9.1/runner.py", line 9, in <module>
import variantcaller
ImportError: No module named variantcaller
Thanks
Alex
--
You received this message because you are subscribed to the Google Groups "Platypus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to platypus-user...@googlegroups.com.
To post to this group, send email to platypu...@googlegroups.com.
Visit this group at http://groups.google.com/group/platypus-users.
To view this discussion on the web, visit https://groups.google.com/d/msgid/platypus-users/464f1ed3-b89e-4c08-8ad2-44c1ddc4f565%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.