You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added an additional constructor for RnaSeqMetricsCollector to be backwards compatible. 2. Added a static default endBias in the RnaSeqMetricsCollector to define the default value, and reference that in the constructor and in CollectRnaSeqMetrics
Merge branch 'master' into rz_rnaseqmetrics_parameterize_endbias_length
Addressed test description comment. 2. Parameterized test start and stop positions. 3. Cleaned up whitespace.
Updated test cases to derive from DataProvider 2. Updated documentation to mention the role of end bias bases in bias calculation and coverage metrics filtering transcripts under the end bias length.
Change docker base image for security reasons. (#1654)
Add sample -> individual map capability to CrosscheckFingerprints (#1643)
Updated the unit test to explicitly call the parameters for each case.
Added an option to specify an end bias into a transcript replacing the constant PRIME_BASES (100 nt) variable. The default of this parameter set to the previous fixed value.