-
Notifications
You must be signed in to change notification settings - Fork 82
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
Comments
What does
ls -l hintsfile.gff
return? (I assume that this is the file that is reported with permission
denied, even though I am not really sure from the information given)
…On Thu, Dec 2, 2021 at 5:50 PM jonnyPizza ***@***.***> wrote:
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.*
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#446>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJMC6JBELPDLIMOSF4HVBQDUO6PWRANCNFSM5JHTIT6Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
species/folder/folder/aug_hints_4: line 2: This is the full error code from that part. And it extends for each hints file created. |
I can actually reproduce your problem. Working on finding out what is
happening there.
…On Thu, Dec 2, 2021 at 10:43 PM jonnyPizza ***@***.***> wrote:
species/folder/folder/aug_hints_4: line 2:
species/folder/folder/hintsfile.gff: Permission denied
This is the full error code from that part.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#446 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJMC6JBR3CU6G2VH7VJAIZLUO7SBBANCNFSM5JHTIT6Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
I reproduced it with a genome that has semicolons in the scaffold names. Is
that the case for your genome as well?
Short term fix: remove the semicolons. But I am also working on a fix in
BRAKER. It's not an AUGUSTUS problem, it's in BRAKER.
On Fri, Dec 3, 2021 at 8:53 AM Katharina Hoff ***@***.***>
wrote:
… I can actually reproduce your problem. Working on finding out what is
happening there.
On Thu, Dec 2, 2021 at 10:43 PM jonnyPizza ***@***.***>
wrote:
> species/folder/folder/aug_hints_4: line 2:
> species/folder/folder/hintsfile.gff: Permission denied
>
> This is the full error code from that part.
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <#446 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AJMC6JBR3CU6G2VH7VJAIZLUO7SBBANCNFSM5JHTIT6Q>
> .
> Triage notifications on the go with GitHub Mobile for iOS
> <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
> or Android
> <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
>
>
|
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. |
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. |
This looks like an evidence modeler problem... or was there another BRAKER
error message?
…On Thu, Dec 9, 2021 at 5:05 AM jonnyPizza ***@***.***> wrote:
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.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#446 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJMC6JBMMHX4ELAVD2GJWLDUQATIJANCNFSM5JHTIT6Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
The semicolons remain problematic in fasta headers. We should implement a filter in braker.pl that warns users. |
@LarsGab we should keep this in mind. |
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.
The text was updated successfully, but these errors were encountered: