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

braker3: remove typo #42

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tools/braker3/braker3.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cp '${genemark_license}' ~/.gm_key &&

braker.pl
--genome '${genome}'
cd

$softmasking

#if $evidences.bam:
Expand Down Expand Up @@ -139,7 +139,7 @@ $advanced.alternatives_from_evidence
<filter>output_format == 'gff3'</filter>
</data>
</outputs>

<tests>
<test expect_failure="true">
<param name="genemark_license" value="gm_key_64"/>
Expand Down Expand Up @@ -191,7 +191,7 @@ $advanced.alternatives_from_evidence
<output name="output_gff" file="out_genome/braker.gff3"/>
</test> -->


<help><![CDATA[

Braker3_ allows for fully automated training of the gene prediction tools GeneMark-EX and AUGUSTUS from RNA-Seq and/or protein homology information, and that integrates the extrinsic evidence from RNA-Seq and protein homology information into the prediction.
Expand Down