aidaanva / endorS.py

endorS.py calculates endogenous DNA from samtools flagstat files and print to screen
MIT License
2 stars 1 forks source link

Update documention for how calculations are done #13

Open aidaanva opened 1 year ago

aidaanva commented 1 year ago

Add a general overview of how each of the statistics are calculates.

This is a measure for not dealing right now with #12.

jfy133 commented 1 year ago

It also might be nice to make a little diagram what the different options are (a bit like arrow stuff you did before

graph LR;
    raw-->qf-->dedup;
graph LR;
    raw-->dedup;