autoAug.pl(Augustus)-PASA pipeline error
2
0
Entering edit mode
8.5 years ago
freddiejung ▴ 60

Hi,

I attempt to obtain training gene sets for my new species using autoAug.pl on RNAseq data. I am sure I installed prerequisite software of PASA (http://pasapipeline.github.io/#A_sii) and I installed latest version of PASA.

This is a command I ran:

autoAug.pl --genome=genome.fasta --species=mySpecies -v -v --cdna=RNAseq.fasta

Then I got this message:

...failed to execute:perl pasa_asmbls_to_training_set.dbi -M "my_pasadb:localhost" -p "readonly:readonly" -g ./autoAug/seq/genome_clean.fa

This problem is resulted from use of unexpected version of PASA? Your help would be much appreciated.

Augustus genome PASA software-error • 2.7k views
ADD COMMENT
0
Entering edit mode
8.5 years ago

Have you tried to manually run the command that fails to see what it complains about?

perl pasa_asmbls_to_training_set.dbi -M "my_pasadb:localhost" -p "readonly:readonly" -g ./autoAug/seq/genome_clean.fa

I wouldn't be surprised if the MySQL instance wasn't switched on, or the user you've supplied can't read or write to the database, or the database "my_pasadb" wasn't initialized yet (run "CREATE DATABASE my_pasadb" inside MySQL to initialize it). A quick skim of the manual shows that there are no steps on properly setting up the database and users.

ADD COMMENT
0
Entering edit mode
6.7 years ago
wn1364 • 0

hi .i met the same error message.i think the reason is the version of PASA.i am going to change the parameters in autoAUG.pl

ADD COMMENT

Login before adding your answer.

Traffic: 1943 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6