Skip to content

Commit

Permalink
emboss: fix two more linting errors/warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Aug 19, 2022
1 parent 9b27a69 commit 97c4a40
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tools/emboss_5/emboss_sirna.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@
<param name="tt" value="no"/>
<param name="polybase" value="yes"/>
<param name="context" value="no"/>
<param name="mismatchpercent" value="0"/>
<param name="out_format1" value="gff"/>
<param name="out_format2" value="fasta"/>
<output name="ofile2" file="emboss_sirna_out.fasta"/>
Expand Down
2 changes: 1 addition & 1 deletion tools/emboss_5/emboss_twofeat.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<param name="bvalue" type="text" value="*" label="Feature 2 tag values" />
<param name="overlap" type="select" label="Allowed overlaps">
<option value="A">Any</option>
<option value="O">Overlap required but not within</option>
<option value="O">Overlap required</option>
<option value="NO">No overlaps are allowed</option>
<option value="NW:">Overlap required but not within</option>
<option value="AW">A must be all within B</option>
Expand Down

0 comments on commit 97c4a40

Please sign in to comment.