Hi all, I am new in this forum, so I hope to explain myself well. I am trying to do remote Blast with an input file with 237,805 sequences. I used the next command:
blastn -db nt -query JAL6513ln1.fa -out JAL6513ln1.xml -outfmt 5 -max_target_seqs 10 -remote
But at some point of the execution this give me several error:
Error: (308.5) [blastn] [blast4] Service not found
Error: (301.5) [blastn] [CONN_Open(blast4)] Failed to open connection: Closed
Error: (315.4) [blastn] CConn_Streambuf::overflow(): CONN_Write() failed (blast4): Closed
Error: (315.4) [blastn] CConn_Streambuf::overflow(): CONN_Write() failed (blast4): Closed
Error: (315.4) [blastn] CConn_Streambuf::overflow(): CONN_Write() failed (blast4): Closed
Error: (802.5) [blastn] CObjectOStream: error at byte 52: stack is empty: cannot close output stream
Error: (CIOException::eFlush) [blastn] COStreamBuffer::Flush: failed
Error: (802.4) [blastn] Cannot close serializing output stream (CSerialException::eIoError) byte 52: cannot close output stream
When I try remote Blast with a subset of the previous file with only 100 sequences it since there is no problem. Somebody have any idea of this errors? is possible that I need to "cut" the original file in several more tinny files?
Did this answer helped you, or do you need more information?
Yes, thanks for your help. I think I'll try to use Blastn localy.