Closed stroehleina closed 2 years ago
The size of the signature array (@sig) was hardcoded as 7. I have changed it to be equal to the length of the number of genes in $scheme when --scheme is set by the user.
@sig
$scheme
--scheme
Resolves Issue #125, and now gives correct output for examples provided.
Thanks @stroehleina ! You have 🐫-skillz
The size of the signature array (
@sig
) was hardcoded as 7. I have changed it to be equal to the length of the number of genes in$scheme
when--scheme
is set by the user.Resolves Issue #125, and now gives correct output for examples provided.