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

Flye biotools #1398

Merged
merged 6 commits into from
Mar 18, 2024
Merged
Show file tree
Hide file tree
Changes from 3 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
3 changes: 2 additions & 1 deletion tools/flye/flye.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
<macros>
<import>macros.xml</import>
</macros>
<expand macro="requirements" />
<expand macro="edam_ontology"/>
<expand macro="requirements" />
<expand macro='xrefs'/>
bgruening marked this conversation as resolved.
Show resolved Hide resolved
<version_command>flye --version</version_command>
<command detect_errors="exit_code"><![CDATA[
#for $counter, $input in enumerate($inputs):
Expand Down
5 changes: 5 additions & 0 deletions tools/flye/macros.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
<edam_operation>operation_0525</edam_operation>
</edam_operations>
</xml>
<xml name="xrefs">
<xrefs>
<xref type="bio.tools">Flye</xref>
</xrefs>
</xml>
<xml name="citations">
<citations>
<citation type="doi">10.1073/pnas.1604560113</citation>
Expand Down
Loading