Hi everyone,
I encountered an issue while running CSAtool. This is my command and report:
What’s free(): invalid next size (fast)
? Maybe it’s due to the way I formatted the sequences?
I hope you can help me.
Thanks!
Hi everyone,
I encountered an issue while running CSAtool. This is my command and report:
What’s free(): invalid next size (fast)
? Maybe it’s due to the way I formatted the sequences?
I hope you can help me.
Thanks!
It looks like you're running some sort of heavy analysis from an HPC login node. Login nodes are not meant for resource (RAM/CPU/time) intensive work and your sysadmin might have set limits on how much resource can be consumed in a single login. Use compute nodes to run your analysis.
Have you checked the example files provided https://github.com/fjdf/CSA/blob/master/website/Examples.zip?raw=true and made sure your program runs properly? I just checked and had no issue running the tool with examples (which seem to be simple multi-line fasta files).
You are right in that CSA
can be run in many ways depending on what you are trying to do.
$ ./CSA
[ Multiple Circular Sequence Aligner v1.11 ]
> USAGE:
[ Rotate+Align+Image ] ./CSA <multi-fasta-file>
[ Rotation only ] ./CSA R <multi-fasta-file>
[ Alignment only ] ./CSA A <multi-fasta-file>
[Alignment Image only] ./CSA I <multi-fasta-file>
> TOOLS:
[ Clean FASTA file ] ./CSA C <multi-fasta-file>
[Get Alignment Score ] ./CSA S <multi-fasta-file>
[Convert FASTA to MSF] ./CSA M <multi-fasta-file>
You can also make sure your fasta is clean by using
./CSA C Multi_fasta.txt
Hi Genomax, I'm trying to clean the fasta sequence and the output is:
[ Multiple Circular Sequence Aligner v1.11 ] Loading sequences from file </home/Multi_fasta.txt> ... (179338 bytes) ERROR: Can't write output file
Subsequently I tried to run Alignment Image only and results:
barresi.m@login01:~/Nanoporei/CSA$ ./CSA I /home/Multi_fasta.txt [ Multiple Circular Sequence Aligner v1.11 ] > ERROR: Consensus sizes don't match
what could I try to do? Is reformatting the file so that the size of the reference matches my reads? Thanks for your help.
I also wrote to the developers of the tool
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Please do not paste screenshots of plain text content, it is counterproductive. You can copy paste the content directly here (using the code formatting option shown below), or use a GitHub Gist if the content volume exceeds allowed length here.