File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ function get_histogram()
154154 echo " pml=\` basename ${folder_experiment} \` _clusters.pml" >> ${folder_templates_jobs} template_get_hystogram.sh
155155 fi
156156 echo " find ${folder_experiment} -name \$ {pml} -execdir singularity exec --bind $bind \$ PWD/singularity/metascreener.simg pymol -c -q -k -Q " {}" \;" >> ${folder_templates_jobs} template_get_hystogram.sh
157- echo " find ${folder_experiment} -name \` basename ${folder_experiment} \` .pse -exec cp " {}" . \;" >> ${folder_templates_jobs} template_get_hystogram.sh
157+ echo " find ${folder_experiment} -name \` basename ${folder_experiment} \` .pse -exec cp " {}" ${folder_experiment} \;" >> ${folder_templates_jobs} template_get_hystogram.sh
158158 echo " python ${path_extra_metascreener} used_by_metascreener/get_csv.py ${folder_experiment} " >> ${folder_templates_jobs} template_get_hystogram.sh
159159
160160 # For LS only needs a summary in .csv
You can’t perform that action at this time.
0 commit comments