Mysterious parameters for plot-covg-hist.R script
mbhall88 opened this issue · 1 comments
mbhall88 commented
In the workflow examples for plotting coverage distribution you give an example of running this plot with
scripts/plot-covg-hist.R covg.before_cleaning.csv covg.before_cleaning.pdf
However, when I do this I get an error saying I am missing two parameters [<cutoff> [<kcov>]]
. What do these mean/do? Would be great if you could add a passage about this in the wiki.
noporpoise commented
The last two arguments were supposed to be optional but were required by a bug. They should now be optional again (git pull
to get fixed version).
cutoff
is the cleaning cutoff used/proposedkcov
is approximate kmer coverage of your sample (see https://github.com/mcveanlab/mccortex/wiki/Kmer-coverage)