From 274897f1fdf54017b60780a9e2991d4f493de3c5 Mon Sep 17 00:00:00 2001 From: MaxUlysse Date: Tue, 16 Feb 2021 17:11:50 +0100 Subject: [PATCH] fix: ECLint: Wrong line endings or new final newline --- software/htslib/tabix/main.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/htslib/tabix/main.nf b/software/htslib/tabix/main.nf index a2369918..9a45654d 100644 --- a/software/htslib/tabix/main.nf +++ b/software/htslib/tabix/main.nf @@ -32,4 +32,4 @@ process HTSLIB_TABIX { echo \$(tabix -h 2>&1) | sed 's/^.*Version: //; s/(.*\$//' > ${software}.version.txt """ -} \ No newline at end of file +}