Mercurial > repos > thanhlv > bin3c
diff cluster.xml @ 18:0e9275cd89a6 draft
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/bin3C commit 9f4ab03111185c7e20aaf669586278744713eee4-dirty
| author | thanhlv |
|---|---|
| date | Tue, 22 Oct 2019 05:22:14 -0400 |
| parents | cdfc397e7b0f |
| children | 994d9f2fa2d2 |
line wrap: on
line diff
--- a/cluster.xml Mon Oct 21 05:26:18 2019 -0400 +++ b/cluster.xml Tue Oct 22 05:22:14 2019 -0400 @@ -17,7 +17,9 @@ $no_plot $no_fasta $only_large - $fasta + #if str($fasta) != "None": + $fasta + #end if --n-iter $iteration $contact_map out ]]> </command> @@ -38,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" 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>
