For the TIN score we will write an official MultiQC module (if our TIN format matches the original TIN -> I have to check that)
For ALFA we will write our own plugin so that later MultiQC can be built together with it from the source (https://github.com/zavolanlab/multiqc-plugins); maybe later we will turn it into an official module as well.
I have looked closer into the i/o formats for the official tin score calculating program (part of rseqc package) and our custom repo based on that program.
As for the Command Line arguments, the two scripts are consistent, check the official docs:
If we were to write an official module for parsing the original tin.py program we would have to overcome that differences. Therefore, for now, me and Krish will develop a MultiQC plugin, just as for ALFA (as we already have an idea of how to do proceed).