Entering edit mode
7.5 years ago
salamandra
▴
550
I'm trying to run bowtie2.
These are the commands:
UNMAP=/pathtofile/unmappedreads.txt
BWTID=/pathtofile/btw2index/hg19
READS=/pathtofile/merged.fastq
OUTPUT=/pathtofile/merged.SAM
bowtie2 -p 4 —un $UNMAP —no-unal -x $BWTID -U $READS -S $OUTPUT
I get this error:
Extra parameter(s) specified: "—un", "/pathtofile/unmappedreads.txt", "—no-unal"
Error: Encountered internal Bowtie 2 exception (#1)
Command: /usr/local/bin/../Cellar/bowtie2/2.2.4/bin/bowtie2-align-s --wrapper basic-0 -p 4 -x /pathtofile/btw2index/hg19 -S /pathtofile/merged.SAM -U /pathtofile/merged.fastq —un /pathtofile/unmappedreads.txt —no-unal
(ERR): bowtie2-align exited with value 1
Could please someone help?
if this problem is not solved until now, you can remove the "-p 4" and try again.
Hello could someone please assist to resolve this error:
My command:
Looks like your fasta reference is not in the current directory. Provide full/relative path for a start.
Thank you. Its done.