comparison spolpred.sh @ 0:5402893569cb draft

planemo upload commit 870da8582a7bc43817b1de0720397ae60a8efef6-dirty
author nml
date Tue, 15 Dec 2015 14:19:42 -0500
parents
children d2d1d48c8e3e
comparison
equal deleted inserted replaced
-1:000000000000 0:5402893569cb
1 #/bin/bash
2
3 name=$1
4 shift
5
6 spolpred $@
7
8 sed -i s/^.*\t/$name/ output.txt
9
10 exit 0