v0.3.7
Added functionality to ignore multi-gene annotations, introduced by Drop-seq tools 2.3.0, required for snRNA Seq
In order to annotate the intronic alignments Optimus is using a newer version of Drop-Seq tools 2.3.0.. In this new version of Drop-seq tools, the gn tag (which was GE in earlier versions) can have multiple gene names as value, a string with multiple gene names separated by a comma. However, in the CreateCountMatrix command, in sctools, the logic needs to ignore such alignments in the counting of the count matrix. The current release of sctools accomplishes this with appropriate code change.
This corrects the Dockerfile associated with v.0.3.6