Mercurial > repos > bgruening > hicexplorer_hicbuildmatrix
comparison hicBuildMatrix.xml @ 23:0f611e7d7858 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 79133bc3739fbcc6c2055d589679aae312161d03
author | iuc |
---|---|
date | Mon, 04 Nov 2024 23:18:59 +0000 |
parents | a4c13ddcc8ee |
children |
comparison
equal
deleted
inserted
replaced
22:a4c13ddcc8ee | 23:0f611e7d7858 |
---|---|
18 #end for | 18 #end for |
19 | 19 |
20 --restrictionCutFile '$restrictionCutFile' | 20 --restrictionCutFile '$restrictionCutFile' |
21 | 21 |
22 #if $restrictionSequence: | 22 #if $restrictionSequence: |
23 --restrictionSequence '$restrictionSequence' | 23 --restrictionSequence $restrictionSequence |
24 #end if | 24 #end if |
25 #if $danglingSequence: | 25 #if $danglingSequence: |
26 --danglingSequence '$danglingSequence' | 26 --danglingSequence $danglingSequence |
27 #end if | 27 #end if |
28 #if $minDistance: | 28 #if $minDistance: |
29 --minDistance $minDistance | 29 --minDistance $minDistance |
30 #end if | 30 #end if |
31 #if $maxLibraryInsertSize: | 31 #if $maxLibraryInsertSize: |