Mentions légales du service

Skip to content
Snippets Groups Projects
Commit b5a84a15 authored by BOULLE Olivier's avatar BOULLE Olivier
Browse files

refactor

parent b7fb47ca
No related branches found
No related tags found
No related merge requests found
...@@ -139,7 +139,7 @@ simulation=$(get_container_param $container_path "simulation") ...@@ -139,7 +139,7 @@ simulation=$(get_container_param $container_path "simulation")
if [ $simulation ] if [ $simulation ]
then then
synthesis_script="$project_dir"/synthesis_simulation/synthesis.py synthesis_script="$project_dir"/synthesis_simulation/fragment_synthesis.py
for directory in "$container_path"/*/ ; do for directory in "$container_path"/*/ ; do
call_function python3 "$synthesis_script" -i "$directory"/3_final_fragments.fasta -o "$directory"/4_synthesis.fasta -n $n_synth --i_error $i_error --d_error $d_error --s_error $s_error call_function python3 "$synthesis_script" -i "$directory"/3_final_fragments.fasta -o "$directory"/4_synthesis.fasta -n $n_synth --i_error $i_error --d_error $d_error --s_error $s_error
...@@ -151,11 +151,11 @@ else ...@@ -151,11 +151,11 @@ else
fi fi
#----Molecule design----# #----Fragment assembly----#
if [ $simulation ] if [ $simulation ]
then then
molecule_design_script="$project_dir"/synthesis_simulation/molecule_design.py molecule_design_script="$project_dir"/synthesis_simulation/fragment_assembly.py
assembly_type=$(get_container_param $container_path "assembly_type") assembly_type=$(get_container_param $container_path "assembly_type")
spacer=$(get_container_param $container_path "spacer") spacer=$(get_container_param $container_path "spacer")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment