Mercurial > repos > bgruening > sklearn_build_pipeline
diff pipeline.xml @ 4:86450dde8682 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 8cf3d813ec755166ee0bd517b4ecbbd4f84d4df1
author | bgruening |
---|---|
date | Thu, 23 Aug 2018 16:14:48 -0400 (2018-08-23) |
parents | 0857964e07c2 |
children | 242ca5bcd403 |
line wrap: on
line diff
--- a/pipeline.xml Fri Aug 17 12:26:40 2018 -0400 +++ b/pipeline.xml Thu Aug 23 16:14:48 2018 -0400 @@ -20,7 +20,6 @@ import sys import os import json -import pickle import pprint import skrebate from sklearn import (preprocessing, svm, linear_model, ensemble, naive_bayes, @@ -318,5 +317,8 @@ ]]> </help> - <expand macro="sklearn_citation"/> + <expand macro="sklearn_citation"> + <expand macro="skrebate_citation"/> + <expand macro="xgboost_citation"/> + </expand> </tool>