# HG changeset patch # User iuc # Date 1597397264 0 # Node ID 544440b09b16494ba55243f481c7fe09600f82c9 # Parent 32f3666332f8bbca6fa613b244318b34a83eec97 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit db84cc85222518217286b42262935edd3a49c98e" diff -r 32f3666332f8 -r 544440b09b16 chicViewpoint.xml --- a/chicViewpoint.xml Tue Mar 24 17:31:50 2020 +0000 +++ b/chicViewpoint.xml Fri Aug 14 09:27:44 2020 +0000 @@ -1,4 +1,4 @@ - + computes viewpoints with the given reference points and a background model. chicViewpoint @@ -27,6 +27,13 @@ --backgroundModelFile '$backgroundModelFile' --outputFolder interactionFiles $writeFileNamesToFile + + #if $tar: + && cd interactionFiles + && tar -cvf ../viewpoints.tar . + && cd .. + && rm -rf interactionFiles + #end if ]]> @@ -47,6 +54,9 @@ + + @@ -55,6 +65,9 @@ writeFileNamesToFile + + tar + @@ -103,6 +116,21 @@ + + + + + + + + + + + + + + +