Skip to content

Commit

Permalink
hotfix: correct augustus output for BRAKER v3
Browse files Browse the repository at this point in the history
  • Loading branch information
haessar committed Mar 28, 2024
1 parent 904474c commit 3b28070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion annot.nf
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ if (params.run_braker) {

output:
file 'braker/braker.gff3' into braker_pseudo_gff3
file 'braker/augustus.hints.gff3' into braker_pseudo_gff3_backup
file 'braker/Augustus/augustus.hints.gff3' into braker_pseudo_gff3_backup

"""
JOB_ID="\$(basename \"${params.dist_dir}\")"
Expand Down

0 comments on commit 3b28070

Please sign in to comment.