This currently requires a bit of a loop. First you need to convert the tck file into a pdb file using mrtrix_tck2pdb, then you need to use mtrImportFibers to read that one, and finally you need to save that into a mat file, which LiFE can read (e.g. here: https://github.com/francopestilli/life/blob/master/scripts/life_demo.m#L73). It would be nice to have one routine do all of that automatically.