Skip to content

Commit de935c6

Browse files
committed
Add bio.tools to fastk
1 parent ff56f02 commit de935c6

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

tools/fastk/fastk.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
<command detect_errors="exit_code"><![CDATA[
89
mkdir -p ktabfiles &&

tools/fastk/histex.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
<command detect_errors="exit_code"><![CDATA[
89
ln -s '$input_hist' input.hist &&

tools/fastk/logex.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
<command detect_errors="exit_code"><![CDATA[
89
mkdir -p logex_ktabs

tools/fastk/macros.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
<requirement type="package" version="@TOOL_VERSION@">fastk</requirement>
1010
</requirements>
1111
</xml>
12+
<xml name="xrefs">
13+
<xrefs>
14+
<xref type="bio.tools">fastk</xref>
15+
</xrefs>
16+
</xml>
1217
<xml name="citations">
1318
<citations>
1419
<citation type="bibtex">

0 commit comments

Comments
 (0)