Xinglab / IRIS

IRIS: Isoform peptides from RNA splicing for Immunotherapy target Screening
Other
24 stars 9 forks source link

missing rmats_mat_path_manifest and rmats_sample_order example files #15

Open mguaita opened 1 year ago

mguaita commented 1 year ago

Hello,

I am not able to find the files rmats_mat_path_manifest and rmats_sample_order for the format function in the "example" folder of the IRIS github, where can I find them?

Thank you, Maria

EricKutschera commented 1 year ago

The example dataset was updated in IRIS v2.0.0 to start after the format step, but that part of the README still references the old files. The example from v1.0.0 includes those files as matrices.txt and samples.txt: https://github.com/Xinglab/IRIS/tree/v1.0.0/example/SJ_matrices

I made this change to fix the README reference: https://github.com/Xinglab/IRIS/pull/16