Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
On lines 60 and 66, "length(temp)" was returning number of columns, when it should have been pulling the number of rows in "temp". Code has been updated to "length(temp[,CT_num])" in both places. The bug would not have an effect on any resulting output files.
- Loading branch information