So, I've just gotten past the point where my installation works (thanks for all the help!), and I'm trying to get one of my sets of test data to work.
It seems to stop at where it wants to make a .fa-file from the .bt2-files:
Checking the bowtie_inspect_recons.log yields this:
I'm running the command from the directory where I have my data files, and have my BOWTIE2_INDEXES set to where the .bt2-files are located. They are obviously found (as before I correctly set the BOWTIE2_INDEXES weren't found, since I had tried to set BOWTIE_INDEXES instead due to ignorance), but they somehow can't be opened. I'm still very new to all this, so any help would be greatly appreciated!
Code:
tophat -r 20 hg19 subset_hct.a_1.fq subset_hct.a_2.fq
Code:
[2014-06-21 18:35:27] Beginning TopHat run (v2.0.11) ----------------------------------------------- [2014-06-21 18:35:27] Checking for Bowtie Bowtie version: 2.2.3.0 [2014-06-21 18:35:27] Checking for Samtools Samtools version: 0.1.19.0 [2014-06-21 18:35:27] Checking for Bowtie index files (genome).. [2014-06-21 18:35:27] Checking for reference FASTA file Warning: Could not find FASTA file /Users/erikfasterius/rna_seq/bowtie_indexes/hg19.fa [2014-06-21 18:35:27] Reconstituting reference FASTA file from Bowtie index Executing: /Users/erikfasterius/bin/bowtie2-inspect hg19 > ./tophat_out/tmp/hg19.fa [FAILED] Error: bowtie-inspect returned an error Command: bowtie-inspect --wrapper basic-0 hg19
Code:
Error: Encountered exception: 'Cannot open file hg19' Command: bowtie-inspect --wrapper basic-0 hg19
Comment