Skip to content

Commit

Permalink
Miniprot Update version v0.10 to v0.12 (#5317)
Browse files Browse the repository at this point in the history
* Update version

* Add test for the new param

* Update tools/miniprot/miniprot.xml

Co-authored-by: Anthony Bretaudeau <[email protected]>

* Missing value

* Modification param

* Modification test for new param

* Test

* Add new test

* Tests

* New test

* Comment added for trans parameter

* Modification input section - trans param

* modifications

* Modications tests

* Add new version 0.12 and news options

* style fixes

---------

Co-authored-by: Anthony Bretaudeau <[email protected]>
Co-authored-by: Björn Grüning <[email protected]>
  • Loading branch information
3 people authored Jul 13, 2023
1 parent f93f921 commit 7686c03
Show file tree
Hide file tree
Showing 8 changed files with 7,790 additions and 51 deletions.
2 changes: 1 addition & 1 deletion tools/miniprot/macros.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<macros>
<token name="@TOOL_VERSION@">0.10</token>
<token name="@TOOL_VERSION@">0.12</token>
<xml name="citation">
<citations>
<citation type="doi">10.1093/bioinformatics/btad014</citation>
Expand Down
229 changes: 179 additions & 50 deletions tools/miniprot/miniprot.xml

Large diffs are not rendered by default.

1,308 changes: 1,308 additions & 0 deletions tools/miniprot/test-data/output_no_cs.gff

Large diffs are not rendered by default.

1,522 changes: 1,522 additions & 0 deletions tools/miniprot/test-data/output_no_cs.gtf

Large diffs are not rendered by default.

325 changes: 325 additions & 0 deletions tools/miniprot/test-data/output_no_cs.paf

Large diffs are not rendered by default.

1,633 changes: 1,633 additions & 0 deletions tools/miniprot/test-data/output_trans.gff

Large diffs are not rendered by default.

2,172 changes: 2,172 additions & 0 deletions tools/miniprot/test-data/output_trans.gtf

Large diffs are not rendered by default.

650 changes: 650 additions & 0 deletions tools/miniprot/test-data/output_trans.paf

Large diffs are not rendered by default.

0 comments on commit 7686c03

Please sign in to comment.