-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
computeMatrix.val.mat.gz files not zipped #154
Comments
Yep, you are right @ivokwee 👍 Well spotted!! Ill fix that in the next release. |
OK. Also, the first non-commented line of these computeMatrix.vals.mat.gz files has one column too many, so reading the vals.mat files give problems/warning in R. genes:7080 SPT5_INPUT_R1.mLb.clN SPT5_INPUT_R1.mLb.clN This could be resolved by either removing "genes:7080" from the column names header, or adding rownames (preferred) to the matrix values, I guess. Thanks. Ivo |
Unfortunately, the format of the output file is something that I would be a little more reluctant to change because it's something that should be addressed upstream by |
Fixed db3a364 |
Hi. The *.computeMatrix.val.mat.gz files in the deepTools module seem not to be zipped.
The text was updated successfully, but these errors were encountered: