1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Notes on how this package can be tested.
────────────────────────────────────────
This package can be tested by executing
sh run-unit-test
in order to confirm its integrity.
You can check if all needed R libraries are installed
by executing
sh run-r-packages-check
If you have errors, please:
1. Check if all needed R libraries are installed
2. If you have error "The ACGT frequencies must be in the
range 0 to 1", check your reference. It should contain at
least one nucleotide of each type -- it's one of program's
restrictions
3. For other errors you can try read documentation
http://ginolhac.github.io/mapDamage/
|