added script to repair thor names that had to be reduced due to UTF incompatibility

This commit is contained in:
othocaeS 2016-07-26 13:19:02 -04:00
parent 3bc47ff48a
commit 428bf12afb

11
scripts/fix_thor_names.sh Normal file
View File

@ -0,0 +1,11 @@
#!/usr/bin/env bash
for analysis in analysis/*
do
basename $analysis|
sed 's|A_|Å\)|g'|
sed 's|_|\(𝛌=|'|
sed 's|__|\)≻|'|
sed 's|_|\(𝛌=|'|
sed 's|_|≻|'|