From 5f5a075f301265992bf4b0cb72aae4625fdf22a0 Mon Sep 17 00:00:00 2001 From: sumanm99 Date: Tue, 17 Sep 2024 17:43:05 +0530 Subject: [PATCH] runners script --- src/snpeff/script.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/snpeff/script.sh b/src/snpeff/script.sh index 9c6d94f5..57c92eb1 100644 --- a/src/snpeff/script.sh +++ b/src/snpeff/script.sh @@ -138,5 +138,4 @@ directory_path=$(dirname "$absolute_path") # Move the automatically generated outputs to the pwd if [ -z "$par_noStats" ]; then mv -f snpEff_genes.txt snpEff_summary.html "$directory_path" -fi -# mv -f snpEff_genes.txt "$directory_path" \ No newline at end of file +fi \ No newline at end of file