Update wrapper_submit.sh

This commit is contained in:
Godwin Ani 2025-03-17 18:53:21 -04:00 committed by GitHub
parent 1e258aac5a
commit 66033ae923
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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} \