have trouble with bowtie2
what i can do? Thanks
~$ bowtie2 -x '/home/yachen/Desktop/wu_0.v7.fas' '/home/yachen/Desktop/wu_0_A_wgs.fastq' -S wu_0.bt2.sam
(ERR): "/home/yachen/Desktop/wu_0.v7.fas" does not exist or is not a Bowtie 2 index
Exiting now ...
rna-seq
chip-seq
• 2,260 views
•
link
written
by
mikysyc2016
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
hisat2 index file error
written by ali.kian.saei •Hi I do hisat2 -q -x ../hg38/*.ht2 -1 SRR23132814_1_trim.fastq -2 SRR23132814_2_trim.fastq --add-chrname -S SRR23132814.sa and also I do hisat2 -q -x //wsl.localhost/Ubuntu-22.04/home/alikian/RNAseqData/hg38/*.ht2 -1 SRR23132814_1_trim.fastq -2 …
-
(ERR): "index/Trinity.fa" does not exist or is not a Bowtie 2 index Exiting now ...
written by eimanpharmacist •Hi, I am new to using trinity tool, and I went through a tutorial to run and assess the assembly. I already generated Trinity.fasta file, …
-
bowtie2
written by bestone •Hello, I wrote this code (test) ➜ dene bowtie2 --very-fast-local -x /Users/uguremre/Desktop/dene/bowtie2_index/bowtie2 -1 /Users/uguremre/Desktop/dene/B11_L03_57_1.fq.gz -2 /Users/uguremre/Desktop/dene/B11_L03_57_2.fq.gz -S /Users/uguremre/Desktop/dene/B11.sam But I got this ERROR. How can …
-
Hisat2 alignment error
written by Ashish •Hi, I have prepared index by providing splice junction and exon information genome_trans but I'm getting an error during mapping "index file does not exist" …
-
bowtie2-align exited with value 139
written by linas.kapocius •**Problem with bowtie2, any suggestions?** **root@linas-Aspire-E5-571:/home/linas/Desktop/genome#** bowtie2 -x rattus_norvegicus --qc-filter -U /home/linas/Desktop/merged/1M.fastq -S 1M_alligned.sam --end-to-end -p 1 Could not open index file rattus_norvegicus.rev.1.bt2 Could not …
-
What is wrong with my bowtie2 index?
written by ksh4718 •Hi all. I am trying to map mouse rRNA reads and so I made a bowtie2 index for the mus musculus rRNA genome. I downloaded …
-
Error: Bowtie2: ...does not exist or is not a Bowtie2 index
written by mas •Hi, I have created my bowtie2 indexes but they cant seem to be located when I run my code. file=$"S1_7" ribosomal="/lustre7/home/lustre3/mas/mm10/Sequence/AbundantSequences/musRibosomal" singularity exec /usr/local/biotools/b/bowtie2:2.3.3.1--py36pl5.22.0_0 bowtie2 …
-
bowtie2 can't find index
written by RicI got ` (ERR): "tdna" does not exist or is not a Bowtie 2 index` despite the index has been created. > bowtie-build -f T-DNA.fasta …
-
Samtools issues with bai files
written by njmcdonald •I have created a sam file using bowtie2. I need to convert it to a bam file, index it an do downstream variant calling. However, …
-
error in bowtie2 alignment
written by zizigoluHey friends, For months I'm working with bowtie2 but today I am getting error My reference genome fasta is in bowtie2 folder, I indexed the …
-xoption needs to point to thebasenameof several files that form the set of index files. What command did you use to create thebowtie2index?If you have not created the bowtie2 index then you need to do that first using
bowtie2-buildcommand.I have bowtie2 index. Still thank you for your reply!
What is the filename of your bowtie2 index?
please post
ls *.bt2*output (if you are on os X or linux)