def load_music_heat(args): gene2music = hnio.load_music_scores(args.music_score_file) return hnheat.music_heat(gene2music, args.threshold, args.max_heat)