| Previous changeset 5:29f82a5c7966 (2018-04-20) Next changeset 7:d532111763ee (2018-04-20) |
|
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_findpeaks commit 11875bd02ef0c27b5efa25ba5e256c530117e80a-dirty |
|
modified:
damidseq_findpeaks.xml |
| b |
| diff -r 29f82a5c7966 -r 300ef54bd35b damidseq_findpeaks.xml --- a/damidseq_findpeaks.xml Fri Apr 20 05:11:06 2018 -0400 +++ b/damidseq_findpeaks.xml Fri Apr 20 05:17:06 2018 -0400 |
| [ |
| @@ -13,7 +13,7 @@ --n=$n --step=$step --unified_peaks=$unified_peaks - '$input_file' | LC_ALL=C sed -e 's/[^A-Za-z0-9._-]/ /g' 2>&1 | > log.txt && +'$input_file' 2>&1 | LC_ALL=C sed -e 's/[^A-Za-z0-9._-]/ /g' > log.txt && mv peak_analysis*/*.gff peaks.gff && cat peak_analysis*/*data >> log.txt ]]></command> |