This repo works fine, it's for an update that's not online yet. I would like to send code to clarify, but I thought it would distract the attention from the real problem, because i tried many types of system calls, all fail when the hash takes up a lot of memory. That is the only connection I find, I really don't understand the problem, it's the first time I am this stuck, that's why I asked this question.
I got this error now: 'Cannot allocate memory', Don't know why I didn't saw this before.
So I guess a system call needs to copy the complete virtual memory to the sister process.
So I guess I can not use system calls, I wil try if I have the same problem with Backticks..
If you would know other alternatives, I would always happy to hear it.
This is the system call I would eventually need:
system('blastn -query '.$output_file1.' -subject '.$ref_file.' -out BLAST_tmp.txt -outfmt 10')
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.