anonym has asked for the wisdom of the Perl Monks concerning the following question:
Hello all, I am trying to concatenate the multiple lines of a multi fasta file into one using the unix command cat file | xargs -n61913917 inside the perl script. But it is giving me the Segmentation fault(core dumped ) error.Any help would be greatly appreciated. Thanks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: joining multi lines using xargs
by ikegami (Patriarch) on Mar 12, 2012 at 19:18 UTC | |
| |
|
Re: joining multi lines using xargs
by moritz (Cardinal) on Mar 12, 2012 at 19:11 UTC | |
by anonym (Acolyte) on Mar 12, 2012 at 19:57 UTC |