Hi I am trying to get BUSCO v1.2 up and running using their provided sample data and I am running into a few problems. Firstly, I get "Error: Cannot write to Augustus directory ", Im certain I have provide read and write permission to the augustus config file. After that prints, BUSCO seems to run normally:
Phase One
*** Running tBlastN ***
Building a new DB, current time: 05/17/2016 14:37:21
New DB name: /Users/maxhaase/BUSCO/BUSCO_v1.2/sample_data/sample
New DB title: target.fa
Sequence type: Nucleotide
Keep Linkouts: T
Keep MBits: T
Maximum file size: 1000000000B
Adding sequences from FASTA; added 1 sequences in 0.00873184 seconds.
*** Getting coordinates for candidate regions! ***
*** pre-Augustus scaffold extraction ***
*** Running Augustus prediction ***
=> 10% of predictions performed
=> 25% of predictions performed
=> 50% of predictions performed
=> 75% of predictions performed
=> 100%% of predictions performed
*** Extracting predicted proteins ***
sed: 1: "./run_sample/augustus/B ...": invalid command code .
sed: 1: "./run_sample/augustus/B ...": invalid command code .
sed: 1: "./run_sample/augustus/B ...": invalid command code .
sed: 1: "./run_sample/augustus/B ...": invalid command code .
sed: 1: "./run_sample/augustus/B ...": invalid command code .
sed: 1: "./run_sample/augustus/B ...": invalid command code .
sed: 1: "./run_sample/augustus/B ...": invalid command code .
sed: 1: "./run_sample/augustus/B ...": invalid command code .
*** Running HMMER to confirm orthology of predicted proteins ***
Complete: 0
Single: 0
Multi: 0
Fragment: 0
Missing: 10
Total BUSCO groups searched: 10
I am unsure how to trouble shoot the sed 1 error. The blast step works, as there are hits for all the sequences. However the BUSCO.out files (I think these should be the predicted proteins from augustus) are completely empty. The things I do know is that augustus works for me perfectly when I use it by itself, so I believe the issue has something to with BUSCO.
Any help is appreciated, thanks!
What is the full command you're running?
My command is: Maxs-MacBook:sample_data maxhaase$ python3 /Users/maxhaase/School/Phylo563/BUSCO_v1.2/BUSCO_v1.2.py -in target.fa -o sample -l ./example -m genome