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

Update readme and qc criteria #37

Closed johandahlberg closed 7 years ago

johandahlberg commented 7 years ago

This clarifies that Python 3.5+ is required by CheckQC in the README. It also updates the quality criteria to the once currently used at the SNP&SEQ Technology Platform.

codecov[bot] commented 7 years ago

Codecov Report

Merging #37 into master will increase coverage by 1%. The diff coverage is n/a.

Impacted file tree graph

@@         Coverage Diff          @@
##           master   #37   +/-   ##
====================================
+ Coverage      91%   91%   +1%     
====================================
  Files          17    17           
  Lines         624   624           
====================================
+ Hits          562   563    +1     
+ Misses         62    61    -1
Impacted Files Coverage Δ
checkQC/app.py 90% <0%> (ø) :arrow_up:
checkQC/handlers/qc_handler.py 93% <0%> (+2%) :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 fa400dc...5a09b00. Read the comment docs.

johandahlberg commented 7 years ago

I have addressed your comments now @monikaBrandt.

monikaBrandt commented 7 years ago

Great!