comparison feature_merge.xml @ 5:cc4bffe1d9b5 draft default tip

"planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/feature_merge commit afc9f4ade42686dcf53a2615d90e1e9962cf1561"
author brinkmanlab
date Thu, 04 Feb 2021 01:32:31 +0000
parents fefd7cb5d9aa
children
comparison
equal deleted inserted replaced
4:fefd7cb5d9aa 5:cc4bffe1d9b5
7 <command detect_errors="aggressive"><![CDATA[ 7 <command detect_errors="aggressive"><![CDATA[
8 feature_merge $ignore_strand $exclude_components $exact_only -m $merge_strategy 8 feature_merge $ignore_strand $exclude_components $exact_only -m $merge_strategy
9 #if $threshold != 0 9 #if $threshold != 0
10 -t $threshold 10 -t $threshold
11 #end if 11 #end if
12 #for set in $features 12 #for $set in $features
13 -f '${str($set.csv).replace(" ", "")}' 13 -f '${str($set.csv).replace(" ", "")}'
14 #end for 14 #end for
15 #for $input in $inputs 15 #for $input in $inputs
16 $input 16 $input
17 #end for 17 #end for