# HG changeset patch # User iuc # Date 1597399965 14400 # Node ID 78b70d78a5963701ccc2717560893fa964ba44f1 # Parent 8fb5845264586412341cd73eb0868f7119774498 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit db84cc85222518217286b42262935edd3a49c98e" diff -r 8fb584526458 -r 78b70d78a596 chicViewpoint.xml --- a/chicViewpoint.xml Tue Mar 24 14:32:20 2020 -0400 +++ b/chicViewpoint.xml Fri Aug 14 06:12:45 2020 -0400 @@ -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 @@ + + + + + + + + + + + + + + +