changeset 21:216ff84be9f0 draft

planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/bin3C commit a5926dec65ac1474e7b79685df5b9330601ef167-dirty
author thanhlv
date Tue, 22 Oct 2019 09:24:00 -0400
parents 327acdd0663d
children efaccfc1eb30
files cluster.xml
diffstat 1 files changed, 1 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/cluster.xml	Tue Oct 22 06:48:58 2019 -0400
+++ b/cluster.xml	Tue Oct 22 09:24:00 2019 -0400
@@ -40,7 +40,7 @@
         <param name="no_plot" type="boolean" truevalue="--no-plot" falsevalue="" checked="false" label="Do not generate a clustered heatmap" />
         <param name="no_fasta" type="boolean" truevalue="--no-fasta" falsevalue="" checked="false" label="Do not generate cluster FASTA files" />
         <param name="only_large" type="boolean" truevalue="--only-large" falsevalue="" checked="false" label="Only write FASTA for clusters longer than min_extent" />
-        <param name="fasta" type="data" format="fasta,fastq.gz" optional="true" label="Alternative source FASTA from that supplied during mkmap" />
+        <!-- <param name="fasta" type="data" format="fasta,fastq.gz" optional="true" label="Alternative source FASTA from that supplied during mkmap" /> -->
     </inputs>
 
     <outputs>
@@ -54,10 +54,6 @@
         <data name="fasta" format="fasta" label="{tool.name} on ${on_string} Per-cluster multi-fasta sequences" from_work_dir="out/infomap.log"/>
     </outputs>
 
-    <tests>
-        <test>
-        </test>
-    </tests>
     <help><![CDATA[
 
     Documentation can be found at `<https://github.com/cerebis/bin3C>`_.