Hi @arnon!
What is it you would like to do with these data in QIIME 2? Examples for importing the bio and tre files can be found here:
I am not familiar with the specifics of the files output from this script in QIIME 1, but I imagine that the biom tables are annotated with sequence info - you can import that as a FeatureData[Sequence] artifact from your BIOM table:
FeatureData[Sequence]
Hope that helps! Keep us posted!