Skip to content

Commit b548a50

Browse files
authored
Merge pull request #6736 from bebatut/fix_ivar_biotools
Fix ivar biotools in macros
2 parents 430cd92 + f695651 commit b548a50

6 files changed

+10
-3
lines changed

tools/ivar/ivar_consensus.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<macros>
44
<import>macros.xml</import>
55
</macros>
6+
<expand macro="xrefs"/>
67
<expand macro="requirements"/>
78
<expand macro="version_command"/>
89
<command detect_errors="exit_code"><![CDATA[

tools/ivar/ivar_filtervariants.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<macros>
44
<import>macros.xml</import>
55
</macros>
6+
<expand macro="xrefs"/>
67
<expand macro="requirements"/>
78
<expand macro="version_command"/>
89
<command detect_errors="exit_code"><![CDATA[

tools/ivar/ivar_removereads.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<macros>
44
<import>macros.xml</import>
55
</macros>
6+
<expand macro="xrefs"/>
67
<expand macro="requirements"/>
78
<expand macro="version_command"/>
89
<command detect_errors="exit_code"><![CDATA[

tools/ivar/ivar_trim.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<macros>
44
<import>macros.xml</import>
55
</macros>
6+
<expand macro="xrefs"/>
67
<expand macro="requirements"/>
78
<expand macro="version_command"/>
89
<command detect_errors="exit_code"><![CDATA[

tools/ivar/ivar_variants.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<macros>
44
<import>macros.xml</import>
55
</macros>
6+
<expand macro="xrefs"/>
67
<expand macro="requirements"/>
78
<expand macro="version_command"/>
89
<command detect_errors="exit_code"><![CDATA[

tools/ivar/macros.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@
1313
<xml name="version_command">
1414
<version_command>ivar version | grep version</version_command>
1515
</xml>
16-
<xrefs>
17-
<xref type="bio.tools">andersen-lab_ivar</xref>
18-
</xrefs>
16+
<xml name="xrefs">
17+
<xrefs>
18+
<xref type="bio.tools">andersen-lab_ivar</xref>
19+
</xrefs>
20+
</xml>
1921
<xml name="citations">
2022
<citations>
2123
<citation type="doi">10.1186/s13059-018-1618-7</citation>

0 commit comments

Comments
 (0)