-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run time error #2
Comments
Hello, Samarth! it seems that you do not have bam file for chr13. In Hope it would help! 2016-04-07 16:23 GMT+03:00 Samarth Kulshrestha [email protected]:
Best regards, Iakovishina Daria |
Thanks for your quick response. Yes, you point it right that i do not have bam for chr13 and i made it correct by editing my config.yaml file. But again i face trouble when i execute the edited version of my config file. File "scipy/cluster/_vq.pyx", line 340, in scipy.cluster._vq.update_cluster_means (scipy/cluster/_vq.c:4654) Can you please look into this new error.. Thanks again. |
Hi Samarth, I think it's something wrong with version of python or scipy, can you show Did you try to run SV-Bay on test data? 2016-04-08 9:14 GMT+03:00 Samarth Kulshrestha [email protected]:
Best regards, Iakovishina Daria |
Actually i am trying to set up a run on SV-Bay test data itself. |
Hi, I too am running into similar error while running command in the test data-set. Seems like the kmeans from scipy.cluster.vq.kmeans implementation is causing the trouble as seen in here http://stackoverflow.com/questions/34084142/python-3-most-common-color-in-image-kmeans-data-type-match but really don't know how to implement in the cluster.py script. Regards, |
Hello, I am running into the same error message. Did any of you guys solve it? Thanks,
|
Hi,samarth51 and jungminchoi: |
I got the same error like jungminchoi ,can some one fix this? |
I too have been facing similar problem when trying to train the data using bag of words model. and I have got the following errors. |
Hi,
I am trying to run example data using conf.yaml provided within SV-Bay package. I have changed all essential paths but facing an error during program execution. Can you please look into this problem.
Command:
python -B src/main_clustering.py -c config/config.yaml
Traceback (most recent call last):
File "../SV-Bay-master/src/main_clustering.py", line 96, in
stats_temp_file = open(stats_temp_fname, 'r')
IOError: [Errno 2] No such file or directory: '/tmp/stats_chr13.tmp'
Thanks
Samarth Kulshrestha
The text was updated successfully, but these errors were encountered: