view spolpred.sh @ 0:5402893569cb draft

planemo upload commit 870da8582a7bc43817b1de0720397ae60a8efef6-dirty
author nml
date Tue, 15 Dec 2015 14:19:42 -0500
parents
children d2d1d48c8e3e
line wrap: on
line source

#/bin/bash

name=$1
shift

spolpred $@

sed -i s/^.*\t/$name/ output.txt

exit 0