From e533ce3ad2d40b76ece94b617e6e55d75df1c4d0 Mon Sep 17 00:00:00 2001 From: Brandi Cantarel <brandi.cantarel@utsouthwestern.edu> Date: Tue, 30 Jun 2020 20:42:43 -0500 Subject: [PATCH] remove perl module trimgalore --- preproc_fastq/trimgalore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preproc_fastq/trimgalore.sh b/preproc_fastq/trimgalore.sh index 537b2b4..36e64d5 100644 --- a/preproc_fastq/trimgalore.sh +++ b/preproc_fastq/trimgalore.sh @@ -53,7 +53,7 @@ fi numfq=${#fqs[@]} source /etc/profile.d/modules.sh -module load trimgalore/0.6.4 cutadapt/2.5 perl/5.28.0 +module load trimgalore/0.6.4 cutadapt/2.5 if [ $numfq > 1 ] then -- GitLab