Confliste
go back to Main Page, Computational Resources, Scripts, Macromodel_to_gaussian
This is an AWK script, to get the number of conformer and energy of a Macromodel conformation search
- !/bin/awk -f
BEGIN{ }
{n = 0 if ($1 == "i_mmod_Conformation-OPLS-AA") {
getline
getline
getline
getline
getline
getline
getline
getline
n= $1
getline
print $1,n
}
}