* Re-wrote the XGBoost routine to use the xgboost library in python (somaticseq/somatic_xgboost.py, which also requires pandas library). Also made it the default algorithm for SomaticSeq because xgboost in python is orders of magnitudes faster than AdaBoost in R. You can still use ada in R by invoking `-algo ada` in the command.
* Got around VarDict's latest output VCF file that are incompatible with bedtools by removing the incompatible lines (i.e., when ALT has \<DUP\>, \<DEL\>, \<INV\> but has no END field in the INFO column). An extra step (may remove later if it becomes unnecessary) was added to somaticseq/combine_callers.py.
* Finally remove legacy SomaticSeq.Wrapper.sh and ssSomaticSeq.Wrapper.sh scripts (replaced by somaticseq_parallel.py since v3.0.0).