Open ethan-baldwin opened 3 years ago
Yes, that is an installation error. Did you give Fast-Plast the path to something pre-installed or have FP install blast for you?
I believe the former. I had university staff install this on our HPCC (the GACRC at UGA, which you might be familiar with!), so I will have to reach out to them about this. Is blast involved in identifying the IRs by chance?
Also, I am having issues using the built-in bowtie indices. If I try to use Ericales for example, FP will create an empty file called Ericales.fsa in the Bowtie_Mapping directory, and no bowtie index files or mapped reads files, and obviously the spades assembly can't run. I can grab the error log for those runs and start another issue for that if that would help.
Blast is used to ID genes to SC or IR. SC and IR and identified using a perl script that looks for reverse complement regions of a sliding window.
Can you post the command you used to call Fast-Plast? Also your other error files? You should be getting an Ericales.fsa file.
Sure, the command is:
fast-plast.pl -1 /scratch/eab77806/trimmed_reads/m017_R1_P.fastq.gz -2 /scratch/eab77806/trimmed_reads/m017_R2_P.fastq.gz --name m017 --bowtie_index Ericales --coverage_analysis
I attached the error file. Again, there is an Ericales.fsa in the mapping directory, but it is empty.
I've pasted the error output below. It appears that when the program is trying to use blast for the plastome finishing step, it is missing a "/" in the path to the blast executable. It looks like it is trying to call:
/apps/eb/BLAST+/2.10.1-gompi-2019b/binblastn
But the correct path is:/apps/eb/BLAST+/2.10.1-gompi-2019b/bin/blastn
Is this an issue with installation?