# HG changeset patch # User rnateam # Date 1631553630 0 # Node ID 600360da39864a95367267b5f97c37575d8c77f3 # Parent 26304ccaca5726e5f6027cbe8a38aea66cdc1bd5 "planemo upload for repository https://github.com/tbischler/PEAKachu commit 23fac1009bde8648151e533ce12c9f3d2f787a65-dirty" diff -r 26304ccaca57 -r 600360da3986 peakachu.xml --- a/peakachu.xml Wed Jan 16 17:53:50 2019 -0500 +++ b/peakachu.xml Mon Sep 13 17:20:30 2021 +0000 @@ -1,9 +1,9 @@ - + Calls Peaks in CLIP data python - r-base - peakachu + r-base + peakachu /dev/null; then - cat ./tmp_output/peak_tables/*.csv | head -n 1 > peaks.tsv && + sed -n 1p ./tmp_output/peak_tables/*.csv > peaks.tsv && tail -n +2 -q ./tmp_output/peak_tables/*.csv >> peaks.tsv && mv peaks.tsv '$peak_tables' && - cat ./tmp_output/peak_annotations/*.gff | awk '/peak/ {print $0}' > peak_annotations.gff && + awk '/peak/ {print $0}' ./tmp_output/peak_annotations/*.gff > peak_annotations.gff && mv peak_annotations.gff '$peak_annotations' && mv ./tmp_output/plots/Initial*.png '$MA_plot'; else @@ -113,7 +113,7 @@ - + @@ -137,7 +137,7 @@ - + @@ -149,7 +149,7 @@ - +