From 509d6849a5fbb5fd13228e694b3f2f8b36ca5df8 Mon Sep 17 00:00:00 2001 From: bluenote-1577 Date: Sun, 29 Sep 2024 22:11:14 -0400 Subject: [PATCH] space between versioning issue --- recipes/dbghaplo/meta.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes/dbghaplo/meta.yaml b/recipes/dbghaplo/meta.yaml index 1e3d208a839f0..ae89c4d2f5b21 100644 --- a/recipes/dbghaplo/meta.yaml +++ b/recipes/dbghaplo/meta.yaml @@ -17,16 +17,16 @@ build: requirements: build: - {{ compiler("cxx") }} - - rust >= 1.70 + - rust >=1.70 - make - - cmake >= 3.12 + - cmake >=3.12 run: - python - samtools - minimap2 - - lofreq >= 2.1.5 + - lofreq >=2.1.5 - tabix - - pysam >= 0.16 + - pysam >=0.16 test: commands: