view run.sh @ 6:da177c1ec3b4 draft default tip

planemo upload for repository https://github.com/muon-spectroscopy-computational-project/muon-galaxy-tools/main/pm_uep_opt commit 389608650050596b28bc0c055de9f98c513a6f65
author muon-spectroscopy-computational-project
date Fri, 26 Jul 2024 12:58:04 +0000
parents eea73e1f65cb
children
line wrap: on
line source

#! /bin/bash

set -o errexit

for x in $1/*/*/*.yaml 
do 
    
    if ! out=$(pm-uep-opt $x)
    then 
    echo 1>&2 "$out"; exit 1
    else
    echo "$out"
    fi
done || exit
#pm-uep-opt