How do we handle Sciatrans new way of defining paths?

In the new Sciatran version 3.8.13, a "home folder" can be defined in the control.inp. In other paths the '' is replaced by this "home folder" path. However, when pyatran tries to copy files, '' is used as the normal linux home folder.

As a temporary solution, I will replace the '~' in the config dictionary before the runtime directory is created. However, it would be convenient to have a function included in pyatran which could do that or to tell pyatran when copying files and a home folder attribute is present to work in the same way as Sciatran.