From 66033ae9231c77e094816d258a7586516664b4e8 Mon Sep 17 00:00:00 2001 From: Godwin Ani Date: Mon, 17 Mar 2025 18:53:21 -0400 Subject: [PATCH] Update wrapper_submit.sh --- PTL1/Transcriptomes/Scripts/wrapper_submit.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PTL1/Transcriptomes/Scripts/wrapper_submit.sh b/PTL1/Transcriptomes/Scripts/wrapper_submit.sh index c0feab1..59f032f 100644 --- a/PTL1/Transcriptomes/Scripts/wrapper_submit.sh +++ b/PTL1/Transcriptomes/Scripts/wrapper_submit.sh @@ -12,14 +12,14 @@ # A simple run that goes from script 1 to script 7 (the last script) using the Universal genetic code -parent='/EukPhylo/PTL1/Transcriptomes/' +parent='/EukPhylo/PTL1/Transcriptomes/Scripts' out_dir='/Output_data' in_dir='/Input_data' ## EXAMPLE RUN COMMANDS BELOW # A simple run of part 1 -python3 ${parent}/Scripts/wrapper.py \ +python3 ${parent}/wrapper.py \ --first_script 1 \ --last_script 7 \ --assembled_transcripts ${in_dir} \