changeset 1:d1f8d32bbe3b draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dram commit e0934fc66bfd742731505cacd18cbf53b26d4f2a
author iuc
date Tue, 11 Jul 2023 23:47:09 +0000
parents fc93558da540
children 669459119c20
files dram_neighborhoods.xml macros.xml
diffstat 2 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/dram_neighborhoods.xml	Sat Dec 10 21:14:08 2022 +0000
+++ b/dram_neighborhoods.xml	Tue Jul 11 23:47:09 2023 +0000
@@ -1,4 +1,4 @@
-<tool id="dram_neighborhoods" name="DRAM find neighborhoods" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
+<tool id="dram_neighborhoods" name="DRAM find neighborhoods" version="@TOOL_VERSION@+galaxy1" profile="@PROFILE@">
     <description>around genes of interest</description>
     <macros>
         <import>macros.xml</import>
@@ -33,12 +33,12 @@
 #if $advanced.distance_bp > 0:
     --distance_bp $advanced.distance_bp
 #end if
-&& test -f 'output_dir/neighborhood_annotations.tsv' && mv 'output_dir/neighborhood_annotations.tsv' '$output_neighborhood_annotations' || echo 'No neighborhood_annotations.tsv output produced'
+&& (test -f 'output_dir/neighborhood_annotations.tsv' && mv 'output_dir/neighborhood_annotations.tsv' '$output_neighborhood_annotations' || echo 'No neighborhood_annotations.tsv output produced')
 #if $advanced.genes_loc:
-    && test -f 'output_dir/neighborhood_genes.dat' && mv 'output_dir/neighborhood_genes.dat' '$output_neighborhood_genes' || echo 'No neighborhood_genes.dat output produced'
+    && (test -f 'output_dir/neighborhood_genes.dat' && mv 'output_dir/neighborhood_genes.dat' '$output_neighborhood_genes' || echo 'No neighborhood_genes.dat output produced')
 #end if
 #if $advanced.scaffolds_loc:
-    && test -f 'output_dir/neighborhood_scaffolds.fna' && mv 'output_dir/neighborhood_scaffolds.fna' '$output_neighborhood_scaffolds' || echo 'No neighborhood_scaffolds.fna output produced'
+    && (test -f 'output_dir/neighborhood_scaffolds.fna' && mv 'output_dir/neighborhood_scaffolds.fna' '$output_neighborhood_scaffolds' || echo 'No neighborhood_scaffolds.fna output produced')
 #end if
     ]]></command>
     <inputs>
--- a/macros.xml	Sat Dec 10 21:14:08 2022 +0000
+++ b/macros.xml	Tue Jul 11 23:47:09 2023 +0000
@@ -1,6 +1,6 @@
 <macros>
     <token name="@TOOL_VERSION@">1.3.5</token>
-    <token name="@VERSION_SUFFIX@">0</token>
+    <!-- token name="@VERSION_SUFFIX@">0</token -->
     <token name="@PROFILE@">20.09</token>
     <xml name="requirements">
         <requirements>