Molmed / checkQC

CheckQC inspects the content of an Illumina runfolder and determines if it passes a set of quality criteria
http://checkqc.readthedocs.io/
GNU General Public License v3.0
25 stars 16 forks source link

Separate rapid from non rapid #20

Closed monikaBrandt closed 7 years ago

monikaBrandt commented 7 years ago

This PR will enable the possibility to separate rapid-runs from non-rapid-runs given the RunInfo.xml and runInfoParameters.xml from a HiSeq2500-run.

codecov[bot] commented 7 years ago

Codecov Report

Merging #20 into master will increase coverage by 1.45%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #20      +/-   ##
==========================================
+ Coverage   85.26%   86.72%   +1.45%     
==========================================
  Files          16       16              
  Lines         448      452       +4     
==========================================
+ Hits          382      392      +10     
+ Misses         66       60       -6
Impacted Files Coverage Δ
checkQC/run_type_recognizer.py 92.4% <100%> (+8.4%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 548b865...4a6ae87. Read the comment docs.

johandahlberg commented 7 years ago

This looks great! I'm merging!