Skip to content

Commit

Permalink
Merge pull request #142 from TomHarrop/dorado_update
Browse files Browse the repository at this point in the history
Dorado update
  • Loading branch information
TomHarrop authored Oct 22, 2024
2 parents c8e1e09 + f20611e commit 6961f31
Show file tree
Hide file tree
Showing 4 changed files with 96 additions and 61 deletions.
1 change: 1 addition & 0 deletions tools/dorado/dorado.xml
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,5 @@ Model Version Number (``v4.3.0``):
and higher version numbers typically signify greater accuracy.
]]></help>
<expand macro="citation"/>
</tool>
1 change: 1 addition & 0 deletions tools/dorado/dorado_pod5_convert.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,5 @@ input_fast5
Galaxy.
]]></help>
<expand macro="citation"/>
</tool>
16 changes: 14 additions & 2 deletions tools/dorado/macros.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<macros>
<!-- UPDATING: pull the latest container and check the version. Update both tokens. You MUST also update the model list. See README.md for more. -->
<token name="@VERSION@">0.7.3+6e6c45c</token>
<token name="@CONTAINER_HASH@">4fa3fd6a5b5ed1b6256500c4368f7dae9c43df97</token>
<token name="@VERSION@">0.8.2+6b413c9</token>
<token name="@CONTAINER_HASH@">ae1d5e75f94041e4fd7af4a7ed6e6432b0eaea29</token>
<xml name="requirements">
<requirements>
<container type="docker">nanoporetech/dorado:sha@CONTAINER_HASH@</container>
Expand All @@ -12,4 +12,16 @@
<xref type="bio.tools">dorado</xref>
</xrefs>
</xml>
<xml name="citation">
<citations>
<citation type="bibtex">
@misc{dorado,
title = {Dorado},
author = {{Oxford Nanopore}},
year = {2024},
url = {https://github.com/nanoporetech/dorado/},
}
</citation>
</citations>
</xml>
</macros>
Loading

0 comments on commit 6961f31

Please sign in to comment.