Loading nested/utils/add_tsd2fa.pl +2 −2 Original line number Diff line number Diff line Loading @@ -28,8 +28,8 @@ while($_=<STDIN>){ } #$tsd = `grep -v \"^>\" $files \| grep .\| shuf \| head -1 \| egrep -o \"[A-Za-z]+\$\" \| cat`; #chop($tsd); $tsd = `grep -v \"^>\" $files \| grep . \| shuf \| head -1 \| egrep -o \"[A-Za-z]+\$\" \| cat`; chop($tsd); print "$tsd$sequence$tsd\n\n"; exit(1); Loading Loading
nested/utils/add_tsd2fa.pl +2 −2 Original line number Diff line number Diff line Loading @@ -28,8 +28,8 @@ while($_=<STDIN>){ } #$tsd = `grep -v \"^>\" $files \| grep .\| shuf \| head -1 \| egrep -o \"[A-Za-z]+\$\" \| cat`; #chop($tsd); $tsd = `grep -v \"^>\" $files \| grep . \| shuf \| head -1 \| egrep -o \"[A-Za-z]+\$\" \| cat`; chop($tsd); print "$tsd$sequence$tsd\n\n"; exit(1); Loading