Due to the newly implemented symbolic linking of assemblies, I had to remove version documents from assemblers code.
I'm considering whether it would be possible to implement tool versioning through conda commands (conda env list | cut -f X -d "Y" ...), so we DON'T have to include extra code in each single module -> e.g. at the end of the launcher. That would be an immense improvement!
Due to the newly implemented symbolic linking of assemblies, I had to remove version documents from assemblers code.
I'm considering whether it would be possible to implement tool versioning through conda commands
(conda env list | cut -f X -d "Y" ...), so we DON'T have to include extra code in each single module -> e.g. at the end of the launcher. That would be an immense improvement!