-
Notifications
You must be signed in to change notification settings - Fork 20
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
IndexError: list index out of range #31
Comments
Thanks for the feedback @cmonger, I'll have a look at the error asap. |
I obtained an internal data set producing the same error and will now try to fix the error. |
Using command:
I get the same error:
I also inspected each chimeric junction file to make sure they are not corrupt and the paths specified in the samplesheet/mate files were correct. |
Thank you very much for your response. I'll further look into that this issue then and try to provide a patch soon. |
Would you mind checking out commit c7f822b? It contains a simple check to print out the line in case the parsing fails. This should help to track down the error. |
Besides changes to the line numbers in the error message, I still get the same error!
|
Argh! Maybe it makes more sense if I check the correct variable... Please try again with commit 2155483. I'm sorry for the unnecessary run. |
I am unsure why this error is occurring as the file does has 14 fields! I will tar up the chimeric junction files etc. so you can instigate further. Ill be in touch by email shortly with a download link. |
Hehe. After looking closer at the command line you supplied I spotted the error:
I'll think about some way to catch this illegal command line before the main program starts up. |
Haha of course it was something silly. I have not come across this syntax before and assumed the @ was used as notation for the user to specify their file name! Apologies for unnecessary testing! I look forward to seeing the results. |
Hi all,
I am getting the following error message when trying to run DCC for use in FUCHs (with the suggested parameters)
This seems to be a similar issue to #7
The command line used was:
~/.local/bin/DCC samplesheet.txt -mt1 mate1.txt -mt2 mate2.txt -D -R ../FUCHS/repeatsUCSC.gtf -an /mnt/work/index/cGriseus/ucsc_C_griseus_v1.0/ucsc_allmRNA_genenames.gtf -Pi -F -M -Nr 5 6 -fg -G -A /mnt/work/index/cGriseus/ucsc_C_griseus_v1.0/criGri1.fa
I have also tried calling the main script directly with:
and get the same error.
I am running the software in a python environment (2.7.10) with
The text was updated successfully, but these errors were encountered: