deweylab / RSEM

RSEM: accurate quantification of gene and isoform expression from RNA-Seq data
http://deweylab.biostat.wisc.edu/rsem/
GNU General Public License v3.0
403 stars 118 forks source link

rsem-generate-data-matrix error #177

Open yukoyoshida opened 2 years ago

yukoyoshida commented 2 years ago

Hi, I would like to generate count matrix TSV file, I did as below,

rsem-generate-data-matrix 1output.isoforms.results 2output.isoforms.results 3output.isoforms.results 4output.isoforms.results 5output.isoforms.results 6output.isoforms.results >output_name.counts.matrix.tsv

But I got output_name.counts.matrix.tsv 0KB.

1~6output.isoforms files are count file (about 10000KB) Could you please let me know, how to get the file.

Yuko