From 7e6b341cf1d5e404154f8ec72f173f0b53453e19 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Thu, 10 Oct 2024 12:59:11 +0000 Subject: [PATCH] update install.sh --- pipelines/fq2sortedbam/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/fq2sortedbam/install.sh b/pipelines/fq2sortedbam/install.sh index b0b8790..c76ef30 100755 --- a/pipelines/fq2sortedbam/install.sh +++ b/pipelines/fq2sortedbam/install.sh @@ -28,7 +28,7 @@ echo "Setting up conda env named with given argument" echo "Setting up conda env named new_env...DONE" echo "Activating conda env..." -source ~t /miniforge3/bin/activate fq2bam +source ~/miniforge3/bin/activate fq2bam #echo "Downloading and setting up miniconda..." #if [ ! -e "Miniconda3-py39_23.3.1-0-Linux-x86_64.sh" ]