comparison damidseq_findpeaks.xml @ 8:7efacf19bedc draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_findpeaks commit 8dccd750ac2057caa6495636153250bdd4ecf549
author mvdbeek
date Fri, 20 Apr 2018 06:14:28 -0400
parents d532111763ee
children 8fd3191302d0
comparison
equal deleted inserted replaced
7:d532111763ee 8:7efacf19bedc
11 --min_count=$min_count 11 --min_count=$min_count
12 --min_quant=$min_quant 12 --min_quant=$min_quant
13 --n=$n 13 --n=$n
14 --step=$step 14 --step=$step
15 --unified_peaks=$unified_peaks 15 --unified_peaks=$unified_peaks
16 '$input_file' 2>&1 | LC_ALL=C sed -e 's/[^A-Za-z0-9._-]/ /g' > log.txt && 16 '$input_file' 2>&1 | LC_ALL=C sed -e 's/[^A-Za-z0-9._-]/ /g' > log.txt &&
17 mv peak_analysis*/*.gff peaks.gff && 17 mv peak_analysis*/*.gff peaks.gff &&
18 cat peak_analysis*/*data >> log.txt 18 cat peak_analysis*/*data >> log.txt
19 ]]></command> 19 ]]></command>
20 <inputs> 20 <inputs>
21 <param name="input_file" type="data" format="gff,bed,bedgraph" label="Select dam-fusion/dam ratio files" help="You can use damidseq_core to produce this file."/> 21 <param name="input_file" type="data" format="gff,bed,bedgraph" label="Select dam-fusion/dam ratio files" help="You can use damidseq_core to produce this file."/>