-
Notifications
You must be signed in to change notification settings - Fork 5
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
error Creating RINs file #1
Comments
There seems to be a problem in the config file. You need to start numbering the columns with 0. Can you try this and tell me if it works? |
here is my config file: name=miRTarBase |
here is my config file name=miRTarBase On Wed, Mar 19, 2014 at 11:55 AM, Martina Summer-Kutmon <
|
Okay could you give me the headers of your data file from miRWalk? |
ensembl miRNA Species (miRNA) Target Gene Target Gene (Entrez ID) Species (Target Gene) Experiments Support Type References (PMID) |
ensembl miRNA Species (miRNA) Target Gene Target Gene (Entrez ID) Species On Wed, Mar 19, 2014 at 12:22 PM, Martina Summer-Kutmon <
|
Okay, I know what the problem is. Your data file is not a TAB-delimited file. The columns are separated by spaces which is not recognized by the program. If you could make sure it is tab-delimited without a text-delimiter and try again, it should work. |
It is a tab-delimited file. I have attached it just check it... On Wed, Mar 19, 2014 at 1:50 PM, Martina Summer-Kutmon <
|
Okay, with the example rows you gave me the script works fine for me. Can you email me the complete file then I can check if there is another problem. |
On Wed, Mar 19, 2014 at 3:12 PM, Martina Summer-Kutmon <
|
Hi,
I am trying to create my own RegINs file using regin-creator, but I get an error. Can you please help me out.
I downloaded regin-creator, unziped the dependencies in same folder where converter.jar is present.
In same folder I kept the miRbase-v19.bridge and Mm_Derby_10130701.bridge
Mar 19, 2014 10:57:45 AM org.regin.creator.GenericCreator convert
SEVERE: Could not convert file to RegIN: 1
java.lang.ArrayIndexOutOfBoundsException: 1
at org.regin.creator.GenericCreator.createSourceNode(GenericCreator.java:265)
at org.regin.creator.GenericCreator.convert(GenericCreator.java:113)
at org.regin.creator.GenericCreator$1.buildGraph(GenericCreator.java:76)
at org.regin.creator.utils.ArgsParser.convertAndWrite(ArgsParser.java:70)
at org.regin.creator.GenericCreator.startConversion(GenericCreator.java:74)
at org.regin.creator.GenericCreator.main(GenericCreator.java:50)
The text was updated successfully, but these errors were encountered: