comparison damidseq_findpeaks.xml @ 6:300ef54bd35b draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_findpeaks commit 11875bd02ef0c27b5efa25ba5e256c530117e80a-dirty
author mvdbeek
date Fri, 20 Apr 2018 05:17:06 -0400
parents 29f82a5c7966
children d532111763ee
comparison
equal deleted inserted replaced
5:29f82a5c7966 6:300ef54bd35b
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' | LC_ALL=C sed -e 's/[^A-Za-z0-9._-]/ /g' 2>&1 | > 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."/>