Dear all,
when I type the command:
~/where/my/data/is $ bowtie -a -v 2 hg19 -c GTTCGATGAAATCTTCTTTTTCTGTTTTCACTTGGG
the following message is returned:
Could not locate a Bowtie index corresponding to basename "hg19"
Command: bowtie -a -v 2 -c hg19 GTTCGATGAAATCTTCTTTTTCTGTTTTCACTTGGG
whereas it works fine when run from the directory where bowtie actually is. I am a bit loth copying the data where the program is, so is there a way to specify the bowtie index(es) path?
Many thanks,
Martino
when I type the command:
~/where/my/data/is $ bowtie -a -v 2 hg19 -c GTTCGATGAAATCTTCTTTTTCTGTTTTCACTTGGG
the following message is returned:
Could not locate a Bowtie index corresponding to basename "hg19"
Command: bowtie -a -v 2 -c hg19 GTTCGATGAAATCTTCTTTTTCTGTTTTCACTTGGG
whereas it works fine when run from the directory where bowtie actually is. I am a bit loth copying the data where the program is, so is there a way to specify the bowtie index(es) path?
Many thanks,
Martino
Comment