Skip to content

Commit 3ece6ce

Browse files
committed
Test, if CI tests failing depends on LABEL
1 parent 90f31f4 commit 3ece6ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/irma/irma.xml

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<requirements>
1111
<requirement type="package" version="@TOOL_VERSION@">irma</requirement>
1212
<requirement type="package" version="3.12">python</requirement>
13+
<requirement type="package" version="3.4">grep</requirement>
1314
</requirements>
1415
<command detect_errors="exit_code"><![CDATA[
1516
## handle gz inputs
@@ -55,6 +56,7 @@ TMP=\$TMPDIR
5556
ASSEM_PROG="MINIMAP2"
5657
GRID_ON=0
5758
SKIP_E=$SKIP_E
59+
SORT_PROG="BLAT"## for test purpose
5860
#if $module == "FLU-avian": ## using short read presets for minimap2
5961
SSW_E="1 -x sr"
6062
#end if

0 commit comments

Comments
 (0)