-
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
Error while running lncDC-train.py #3
Comments
Hi Monika, There are probably some compatible issues with the dependencies such as numpy and scikit-learn. I will update the lncDC program with the latest versions of the dependencies and let you know as soon as possible when I'm done! For your issues, I suggest:
Please try step 1 first and then step 2. Let me know if you need any other help! The newer version of lncDC will be updated soon! Best, |
Hi Monika, A new version of LncDC has been released (v1.3.6) and the compatible issues should be resolved. You can download and install this latest version for lncRNA model training and prediction. When you train a model, please make sure mRNAs and their corresponding CDSs have the same number and order. Please let me know whether this new version works for you. Best, |
Hello, Thank you soo much for your quick response. I've realised that my mrna_AA.fasta and cds_AA.fasta files had a different number of sequences in it. Fixing this problem solved the issue and everything worked fine for me. Thank you very much! Cheers, Monika |
Great! You are welcome! |
I am trying to run lncDC-train.py and I am getting following error:
File "/home2/jadzia/MARCELA_MOSQUITOS/Ovaries/lncRNA_20_05_24/FEElnc/LncDC-1.3.5/bin/lncDC-train.py", line 375, in
main()
File "/home2/jadzia/MARCELA_MOSQUITOS/Ovaries/lncRNA_20_05_24/FEElnc/LncDC-1.3.5/bin/lncDC-train.py", line 178, in main
mrna_dataset.loc[i, 'CDS_seq'] = cds_data[i]
IndexError: list index out of range
Here is my cmd:
python LncDC-1.3.5/bin/lncDC-train.py -m mrna_AA.fasta -c cds_AA.fasta -l ncRNA.fasta -o lncDC-train_output.txt -t 12 -r
Do you have any recommendations or tips how to solve it?
Thanks a lot!
The text was updated successfully, but these errors were encountered: