@@ -133,81 +133,6 @@ R scripts have been improved and rewritten
https://github.com/schellt/backmap
## backmap.pl v0.3
### Description
__Automatic read mapping and genome size estimation from coverage.__
Automatic mapping of paired, unpaired, PacBio and Nanopore reads to an assembly with `bwa mem` or `minimap2`, execution of `qualimap bamqc` and estimation of genome size from mapped nucleotides divided by mode of the coverage distribution (>0). This method was first pulished in Schell et al. (2017) and is slightly refined in this script.
The tools `samtools`, `bwa` and/or `minimap2` need to be in your `$PATH`. The tools `qualimap`, `multiqc`, `bedtools` and `Rscript` are optional but needed to create the mapping quality report, coverage histogram as well as genome size estimation and to plot of the coverage distribution respectively.
### Dependencies
`backmap.pl` needs the following perl modules and will search for executables in your `$PATH`:
-dry-run Only print commands to STDERR instead of executing [off]
-h or -help Print this help and exit
-version Print version number and exit
```
### Citation
Schell T, Feldmeyer B, Schmidt H, Greshake B, Tills O et al. (2017). An Annotated Draft Genome for _Radix auricularia_ (Gastropoda, Mollusca). _Genome Biology and Evolution_, 9(3):585–592, <https://doi.org/10.1093/gbe/evx032>
...
...
@@ -228,7 +153,6 @@ Quinlan AR, Hall IM (2010). BEDTools: a flexible suite of utilities for comparin
- Rscript:
R Core Team (2019). R: A Language and Environment for Statistical Computing. <http://www.R-project.org/>