#!/bin/bash
sed -e "s/cr_anellot_t/cr_anellot_s/g" < cr_s.seqx > cr_t.seqx
mv cr_t.seqx cr_s.seqx

