I'm trying to do the genome conversion with this line:
bismark_genome_preparation --bowtie2 --verbose /gpfs_share/hlibyar/hlibyar/genome_files/ --path_to_bowtie /usr/local/apps/bowtie2/
"...
Step II - Genome bisulfite conversions - completed
Bismark Genome Preparation - Step III: Launching the Bowtie 2 indexer
Please be aware that this process can - depending on genome size - take several hours!
Preparing indexing of CT converted genome in /gpfs_share/hlibyar/hlibyar/genome_files/Bisulfite_Genome/CT_conversion/
Parent process: Starting to index C->T converted genome with the following command:
/usr/local/apps/bowtie2/bowtie2-build -f genome_mfa.CT_conversion.fa BS_CT
Can't exec "/usr/local/apps/bowtie2/bowtie2-build": No such file or directory at /usr/local/apps/bismark/v0.14.5/bismark_genome_preparation line 163, <IN> line 3352281.
Preparing indexing of GA converted genome in /gpfs_share/hlibyar/hlibyar/genome_files/Bisulfite_Genome/GA_conversion/
Child process: Starting to index G->A converted genome with the following command:
/usr/local/apps/bowtie2/bowtie2-build -f genome_mfa.GA_conversion.fa BS_GA
(starting in 10 seconds)
Can't exec "/usr/local/apps/bowtie2/bowtie2-build": No such file or directory at /usr/local/apps/bismark/v0.14.5/bismark_genome_preparation line 178, <IN> line 3352281."
Is there sth wrong with my bowtie path?
Thanks.
bismark_genome_preparation --bowtie2 --verbose /gpfs_share/hlibyar/hlibyar/genome_files/ --path_to_bowtie /usr/local/apps/bowtie2/
"...
Step II - Genome bisulfite conversions - completed
Bismark Genome Preparation - Step III: Launching the Bowtie 2 indexer
Please be aware that this process can - depending on genome size - take several hours!
Preparing indexing of CT converted genome in /gpfs_share/hlibyar/hlibyar/genome_files/Bisulfite_Genome/CT_conversion/
Parent process: Starting to index C->T converted genome with the following command:
/usr/local/apps/bowtie2/bowtie2-build -f genome_mfa.CT_conversion.fa BS_CT
Can't exec "/usr/local/apps/bowtie2/bowtie2-build": No such file or directory at /usr/local/apps/bismark/v0.14.5/bismark_genome_preparation line 163, <IN> line 3352281.
Preparing indexing of GA converted genome in /gpfs_share/hlibyar/hlibyar/genome_files/Bisulfite_Genome/GA_conversion/
Child process: Starting to index G->A converted genome with the following command:
/usr/local/apps/bowtie2/bowtie2-build -f genome_mfa.GA_conversion.fa BS_GA
(starting in 10 seconds)
Can't exec "/usr/local/apps/bowtie2/bowtie2-build": No such file or directory at /usr/local/apps/bismark/v0.14.5/bismark_genome_preparation line 178, <IN> line 3352281."
Is there sth wrong with my bowtie path?
Thanks.
Comment