rouskinlab / seismic-rna

https://rouskinlab.github.io/seismic-rna/
GNU General Public License v3.0
6 stars 1 forks source link

Improved np.setdiff1d() logic during masking. #6

Closed justinaruda closed 11 months ago

justinaruda commented 11 months ago

Added a conditional check to ensure consistent logic during masking with np.setdiff1d() such that when no mask is applied, masked_reads is None rather than all reads.