mirror of
http://43.156.76.180:8026/YuuMJ/EukPhylo.git
synced 2025-12-27 06:00:26 +08:00
Update wrapper_submit.sh
This commit is contained in:
parent
ea87b7dcd6
commit
0383a3dd99
@ -12,3 +12,17 @@
|
||||
# Start at script 1 and go through script 5 (the final script) using the Universal genetic code
|
||||
python3 Scripts/wrapper.py -1 1 -2 5 --cds Input -o Output --genetic_code Universal --databases Databases > log.out
|
||||
|
||||
parent='/EukPhylo/PTL1/Genomes/Scripts/'
|
||||
out_dir='/Output_data'
|
||||
in_dir='/Input_data'
|
||||
|
||||
## EXAMPLE RUN COMMANDS BELOW
|
||||
|
||||
# A simple run of part 1
|
||||
python3 ${parent}/wrapper.py \
|
||||
--first_script 1 \
|
||||
--last_script 5 \
|
||||
--cds ${in_dir} \
|
||||
--databases ${parent}Databases \
|
||||
--genetic_code Universal \
|
||||
--output ${out_dir} > Output.out
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user