From bc3165459194afa4b80f7c596c3040d3176da419 Mon Sep 17 00:00:00 2001 From: Young Date: Wed, 20 Sep 2023 18:07:18 -0600 Subject: [PATCH] Remove exit --- modules/fastani.nf | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/fastani.nf b/modules/fastani.nf index 77b179c..6ca68ba 100644 --- a/modules/fastani.nf +++ b/modules/fastani.nf @@ -55,7 +55,6 @@ process fastani { gz_check=$(echo $top_hit | grep .gz$ ) if [ -n "$gz_check" ] ; then gzip -d top_hit/* ; fi - exit 1 fi ''' }