Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR No query file specified #446

Open
jonnyPizza opened this issue Dec 2, 2021 · 9 comments
Open

ERROR No query file specified #446

jonnyPizza opened this issue Dec 2, 2021 · 9 comments
Assignees
Labels
enhancement New feature or request

Comments

@jonnyPizza
Copy link

braker.pl --cores 16 --gff3 --workingdir=$PWD"/" --species=XXX --useexisting --genome=$FASTA --bam=Aligned.out.bam.sort

.../anaconda3/envs/evidencemodeler-1.1.1/opt/evidencemodeler 1.1.1/EvmUtils/misc/augustus_GFF3_to_EVM_GFF3.pl augustus.hints.gff3 > augustus.hints.evm_mod.gff3

these are the lines of code I use involving braker and agustus, the species tag is not one that is pre-existing but is added to the source code.

the significant error lines are:
...hintsfile.gff: Permission denied

.../anaconda3/envs/augustus-3.4.0/bin/augustus: ERROR No query file specified. Type "augustus" for help.

I have full permissions for braker and agustus, the same code worked when a different species was inputted but, these errors keep popping up for this one.

@KatharinaHoff
Copy link
Member

KatharinaHoff commented Dec 2, 2021 via email

@jonnyPizza
Copy link
Author

jonnyPizza commented Dec 2, 2021

species/folder/folder/aug_hints_4: line 2:
species/folder/folder/hintsfile.gff: Permission denied

This is the full error code from that part. And it extends for each hints file created.
The top two lines are the only code I use having to do with Augustus/braker. to predict genes and then convert to an evidenceModeler.gff3

@KatharinaHoff
Copy link
Member

KatharinaHoff commented Dec 3, 2021 via email

@KatharinaHoff
Copy link
Member

KatharinaHoff commented Dec 3, 2021 via email

KatharinaHoff added a commit to Gaius-Augustus/Augustus that referenced this issue Dec 3, 2021
@KatharinaHoff
Copy link
Member

The issue has been addressed with commit Gaius-Augustus/Augustus@828bd2c in Augustus.

This commit is not part of any release, yet (and that might take a long time), and thus it won't make it into conda installations for a while. You can manually replace the script createAugustusJobList.pl in your conda installation by https://raw.githubusercontent.com/Gaius-Augustus/Augustus/master/scripts/createAugustusJoblist.pl

I hope this solves your problem. It won't if your issue was not caused by semicolons in fasta headers.

@jonnyPizza
Copy link
Author

Error, cannot open file augustus.hints.gff3 at /modulefiles/anaconda3/envs/evidencemodeler-1.1.1/opt/evidencemodeler-1.1.1/EvmUtils/misc/augustus_GFF3_to_EVM_GFF3.pl line 23.

After correcting the fasta file for the semicolons, a new similar error appeared.
Also I replaced the "createAugustusJoblist.pl" script.

@KatharinaHoff
Copy link
Member

KatharinaHoff commented Dec 9, 2021 via email

@KatharinaHoff
Copy link
Member

KatharinaHoff commented Jan 7, 2022

The semicolons remain problematic in fasta headers. We should implement a filter in braker.pl that warns users.

@KatharinaHoff KatharinaHoff self-assigned this Jan 7, 2022
@KatharinaHoff KatharinaHoff pinned this issue Jan 7, 2022
@KatharinaHoff KatharinaHoff added the enhancement New feature or request label Dec 16, 2022
@KatharinaHoff
Copy link
Member

@LarsGab we should keep this in mind.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants