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

IntaRNAsTar Exception raised #219

Open
meichelman opened this issue May 22, 2024 · 2 comments
Open

IntaRNAsTar Exception raised #219

meichelman opened this issue May 22, 2024 · 2 comments

Comments

@meichelman
Copy link

Hi,

I am running IntaRNAsTar with a genome and list of sRNAs both in fasta format. I ran the following on the command line:

IntaRNAsTar -t target.file -q query.file --out output.file -m M -n 3 --threads 4 --outCsvCols id1,id2,subseq1,subseq2,start1,end1,start2,end2,bpList,P_E

The program did not successfully complete, and instead output the following warning:

"# WARNING : Exception raised for : #thread 1 #target 0 #query 7 : IndexRangeList::push_back(14350-40535) violates order given last range = 1985706-2032352"
"# WARNING : Exception raised : std::exception

==> Please report (including input) to the IntaRNA development team! Thanks!
"
I have previously run a similar command on the same data and it worked successfully. The only differences are the outCsvCols, specifying the mode, specifying the number of subinteractions, and specifying the number of threads.

@martin-raden
Copy link
Member

Hi,
thanks for the bug report. The error is most likely a processing order issue due to multithreading where some predictions take too long such that the order is not met..

Could you provide the input? Since without it is near to impossible to check what's going on.

Best,
Martin

@meichelman
Copy link
Author

Yes, I am attaching the 2 files. The target file is "TIGR4.fasta" and the query file is "putative_sRNAs.fasta". It will not let me attach the files as .fasta so I am attaching them as .txt.

The command works just fine if I do not specify the number of threads. I have not tried a number other than the default and 4.

Thanks for the help.
putative_sRNAs.txt
TIGR4.txt

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

2 participants