Hi everyone, i'm new in bioinformatic and i have tried to run bowtie2 job. I want to use a fasta file like a query. I wrote the next command line:
./bowtie2 -x SLChr -f A11.fas -S ejempĺo.sam
but i got this error message:
terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc Aborted (core dumped) (ERR): bowtie2-align exited with value 134
i don't know what i did wrong and what the problem is.
the fasta file has scalffolds from a fungi specie. maybe the length of the sequence is the problem?
could someone help me?
yes, that is what i want to do.
About you recommendation, after the last command line,i wrote this second one:
./bowtie2 -f -x SLChr -U 11A.fa -S salida.sam
but the message appeared up again.