# HG changeset patch # User mvdbeek # Date 1525338722 14400 # Node ID 621837e9bfedf878c859e5c42d87975bbda00413 # Parent 02f09108bcffeb454884821905a08719087e3824 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit 5bf4f4dbd82988d1612d951d69125bc5f5b439be diff -r 02f09108bcff -r 621837e9bfed damidseq_core.xml --- a/damidseq_core.xml Fri Apr 20 06:25:32 2018 -0400 +++ b/damidseq_core.xml Thu May 03 05:12:02 2018 -0400 @@ -1,4 +1,4 @@ - + align, extend and normalize a DamID-seq experiment damidseq_pipeline @@ -30,14 +30,17 @@ --qscore1min=$qscore1min --qscore2max=$qscore2max --threads=\${GALAXY_SLOTS:-4} 2>&1| LC_ALL=C sed -e 's/[^A-Za-z0-9._-]/ /g' && - mv Fusion-vs-Dam.gatc.* gatc.output + #set EXT = "-ext%s" % $len if $extend_reads == '1' else "" + mv 'Dam-${dam.element_identifier}${EXT}.bam' '$control_output' && + mv '${dam_fusion.element_identifier}${EXT}.bam' '$fusion_output' && + mv '${dam_fusion.element_identifier}-vs-Dam.gatc.$output_format' gatc.output #if str($full_data_files): - && mv Fusion-vs-Dam.* full.output + && mv '${dam_fusion.element_identifier}-vs-Dam.$output_format' full.output #end if ]]> - A1 Dam -A2 Fusion + A1 Dam-$dam.element_identifier +A2 $dam_fusion.element_identifier @@ -75,7 +78,7 @@ - + @@ -88,7 +91,7 @@ - + full_data_files @@ -102,7 +105,7 @@ - + - +