Skip to content

Releases: genemine/iread

iREAD-v0.8.9

16 Feb 06:50
178e7c2
Compare
Choose a tag to compare

Added a script combine_ir_expr_into_matrix.py along with demo data to combine intron expression of multiple samples into a table/matrix.

iREAD-v0.8.7

07 Feb 10:20
c729a69
Compare
Choose a tag to compare

Added -s and -m options to specify number of threads and memory, respectively.

iREAD-v0.8.6

06 Feb 13:45
e9c670b
Compare
Choose a tag to compare

Added the -q option to specify the code to extract uniquely mapped reads. By default -q is set to 255 for BAM generated with BAM. For BAM generated by other tools such as HISAT, change the value of -q accordingly.
Adjusted criteria to count intronic reads.
Fixed minor bugs/typos.

iREAD-v0.8.5

06 Feb 13:24
5b9591c
Compare
Choose a tag to compare

All introns are output no matter they are retained or not; parallelization implemented.