Skip to content
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

Index error when running DCC #7

Closed
ShobanaSekar opened this issue May 20, 2016 · 7 comments
Closed

Index error when running DCC #7

ShobanaSekar opened this issue May 20, 2016 · 7 comments
Assignees

Comments

@ShobanaSekar
Copy link

Hi,

I am getting this below error when running DCC. Could you help resolve this issue?

Traceback (most recent call last):
File "/home/ssekar/tools/circRNA/DCC-0.3.2/DCC/main.py", line 507, in
main()
File "/home/ssekar/tools/circRNA/DCC-0.3.2/DCC/main.py", line 292, in main
filt.intersectLeftandRightRegions(nonrep_left,nonrep_right,indx0,count0)
File "/home/ssekar/tools/circRNA/DCC-0.3.2/DCC/circFilter.py", line 119, in intersectLeftandRightRegions
nonrep = np.concatenate((indx0[position],count0[position]),axis=1)
IndexError: axis 1 out of bounds [0, 1)

Thanks in advance,
Shobana

@tjakobi tjakobi self-assigned this May 31, 2016
@tjakobi
Copy link
Contributor

tjakobi commented May 31, 2016

Hi Shobana,

would it be possible to get a minimal sample data collection in order to reproduce this error?
Without the corresponding input data (and complete command line) it is hard to track down what the error caused.

Cheers,
Tobias

@ShobanaSekar
Copy link
Author

Hi,

Apologies for my late reply. Sure I can share the dataset. I have attached my out/error log here
DCC_Errorlog.txt

I am getting this error: IndexError: list index out of range

Would this log file suffice or would you like the input fastqs as well? If so I can share it in dropbox to your email id.

Thanks,
Shobana

@hydraphenix
Copy link

I met the error too.
And I un-installed the numpy package and re-install numpy1.9.2, then no bugs.
Maybe you can try it.

@tjakobi
Copy link
Contributor

tjakobi commented Jun 7, 2016

Hi @hydraphenix,

thank you for your input, it is generally a good idea to keep packages updated, I did not notice any errors with newer numpy versions.

@ShobanaS88:
The error containted in the error messages should have been fixed recently. Please clone the current master branch and update your installation: "python setup.py install --force".

Cheers,
Tobias

@hydraphenix
Copy link

@tjakobi
Thank you for your reply and your advice.
Maybe I will do more test to check the real reason of the error report later. It may be caused by other reasons. I can run DCC now and thank you for your deverloping work.

@ShobanaSekar
Copy link
Author

Thank you @hydraphenix and @tjakobi for the suggestions. I was able to run DCC with the latest commit as you mentioned. Thank you once again!

Shobana

@tjakobi
Copy link
Contributor

tjakobi commented Jun 9, 2016

Thanks for your feedback @ShobanaS88! I'll close the issue since the problem could be solved. In case of further problems, don't hesitate to open a new issue.

Cheers,
Tobias

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants