output { | output { | ||||
File fileList = "fileList.txt" | File fileList = "fileList.txt" | ||||
File pickle_txt = "pickle.txt" | File pickle_txt = "pickle.txt" | ||||
File count_hdf5 = "${sample_id}/spladder_out/spladder/*.count.hdf5" | |||||
Array[File] count_hdf5 = glob("${sample_id}/spladder_out/spladder/*.count.hdf5") | |||||
} | } | ||||
} | } |