diff zinbra.xml @ 1:8cbb06892b62

Release version: https://github.com/JetBrains-Research/galaxy/commit/a138a0b8f1d471d464a09a95daf5791f41fa0ec5
author Oleg Shpynov <oleg.shpynov@gmail.com>
date Wed, 28 Oct 2015 11:28:49 +0300
parents 5f97f28e65ca
children 0eb50728861a
line wrap: on
line diff
--- a/zinbra.xml	Tue Oct 27 14:20:42 2015 +0300
+++ b/zinbra.xml	Wed Oct 28 11:28:49 2015 +0300
@@ -13,7 +13,7 @@
     </command>
     <inputs>
         <param name="bed" type="data" format="bed" label="Aligned reads" description="BED Aligned reads to process" />
-        <param name="genome" type="genomebuild" label="Genome build" description="Genome build used for alignment" />
+        <param name="genome" type="data" format="fasta" label="Genome build" description="Genome build reference" />
         <param name="bin" size="5" type="integer" value="200" label="Bin size" />
         <param name="fdr" size="5" type="float" value="0.0001" label="FDR" />
     </inputs>
@@ -22,5 +22,6 @@
     </outputs>
     <help>
 Zinbra is a tool for analyzing and comparing ChIP-Seq data using Zero Inflated Negative Binomial Restricted Algorithm.
+https://github.com/JetBrains-Research/zinbra
     </help>
 </tool>