diff pipeline.xml @ 4:9e189ce7d859 draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 8cf3d813ec755166ee0bd517b4ecbbd4f84d4df1
author bgruening
date Thu, 23 Aug 2018 16:08:10 -0400
parents ddd8c51b7302
children 092b42170dd1
line wrap: on
line diff
--- a/pipeline.xml	Fri Aug 17 12:19:41 2018 -0400
+++ b/pipeline.xml	Thu Aug 23 16:08:10 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>