# HG changeset patch # User iuc # Date 1669135838 0 # Node ID 9b67a50799e9f2216c2c644d1da77f7c8de4a75e # Parent 1883d2bffd14ec08c5c3ad1eac1084ce7d2427dc planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 84c463c8317d7c16c2b86b1d8657932cc0f39791 diff -r 1883d2bffd14 -r 9b67a50799e9 proteinortho_macros.xml --- a/proteinortho_macros.xml Tue Jan 04 18:45:05 2022 +0000 +++ b/proteinortho_macros.xml Tue Nov 22 16:50:38 2022 +0000 @@ -1,7 +1,7 @@ - 6.0.32 - 0 + 6.1.2 + 1 20.09 @@ -14,10 +14,10 @@ proteinortho - diamond - blast - blat - last + diamond + blast + ucsc-blat + last diff -r 1883d2bffd14 -r 9b67a50799e9 proteinortho_summary.xml --- a/proteinortho_summary.xml Tue Jan 04 18:45:05 2022 +0000 +++ b/proteinortho_summary.xml Tue Nov 22 16:50:38 2022 +0000 @@ -6,27 +6,33 @@ &1 can be removed https://gitlab.com/paulklemm_PHD/proteinortho/-/merge_requests/9 + ## - include output0.tsv as Galaxy output? proteinortho_summary.pl $queryfile #if $queryfile2: '$queryfile2' #end if - 2>&1 | awk '/^$/ && !f{f=1;next}1' | awk -v RS= '{print > ("output" NR ".tsv")}' + 2>&1 + | awk '/^$/ && !f{f=1;next}1' ## remove potentially present 1st empty line + | awk 'BEGIN{i=0} /^$/{i+=1}{print > ("output" i ".tsv")}' ## split file at empty lines && - mv output1.tsv adjacencyMat.tsv && - mv output2.tsv average1paths.tsv && - mv output3.tsv adjacencyMatSquared.tsv && - mv output4.tsv average2paths.tsv + mv output1.tsv '$adjacencyMat' && + mv output2.tsv '$average1paths' && + mv output3.tsv '$adjacencyMatSquared' && + mv output4.tsv '$average2paths' ]]> - - - - + + + + @@ -35,24 +41,28 @@ + + + + @@ -63,6 +73,7 @@ +