PMCC-BioinformaticsCore / janis-core

Core python modules for Janis Pipeline workflow assistant
GNU General Public License v3.0
4 stars 9 forks source link

Remove 'template' from PythonTool illegal keyword list #14

Closed illusional closed 4 years ago

illusional commented 4 years ago

Closes #9

This was a copy-paste error when using a similar mechanic when parsing janis-assistant templates. template should not be a reserved keyword. As the remainder of the list are all python keywords, I won't implement an actual check yet.