7 lines
158 B
Plaintext
7 lines
158 B
Plaintext
|
#!/bin/bash
|
||
|
if [[ ! -e bestsqs.in ]]
|
||
|
then
|
||
|
mv bestsqs.out bestsqs.in
|
||
|
fi
|
||
|
cellcvrt.exe -uss=../supcel.in < bestsqs.in | cellcvrt.exe -ja=0.05 > bestsqs.out
|