Bowtie2 align
0
0
Entering edit mode
2.0 years ago

I am using bowtie2 to align . But after indexing, while I am running the bowtie2 , I am getting the following error. Can anyone help me? I need to know.

bowtie2 -x Baumannii_indexed.btindex -f -U M003786.fasta -s aligned.sam
stat: Bad file descriptor
Warning: Could not open read file "M003786.fasta" for reading; skipping...
Error: No input read files were valid
(ERR): bowtie2-align exited with value 1
Bowtie2 align • 958 views
ADD COMMENT
0
Entering edit mode

Error says

Could not open read file "M003786.fasta" for reading

Is that file in the directory you are running this command from? What does head -3 M003786.fasta show?

ADD REPLY
0
Entering edit mode

Sorry. I have given the wrong file name. But when I have done everything ok, now this is the problem showing

bowtie2 -x Baumannii_indexed.fna -f -U M03786.fasta -s aligned.sam
terminate called after throwing an instance of 'std::bad_alloc'
  what():  std::bad_alloc
Aborted (core dumped)
(ERR): bowtie2-align exited with value 134
ADD REPLY
0
Entering edit mode

Re-posted here: bowtie2

ADD REPLY

Login before adding your answer.

Traffic: 1439 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6