Mercurial > repos > iuc > ucsc_netfilter
changeset 1:37da86f1f9e9 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc_tools/ucsc_netfilter commit 303002db06287fb25306020c4391626842f52162
| author | iuc |
|---|---|
| date | Sun, 22 Sep 2024 07:25:46 +0000 |
| parents | 0ce625cbce55 |
| children | |
| files | netfilter.xml |
| diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/netfilter.xml Thu Sep 19 06:23:38 2024 +0000 +++ b/netfilter.xml Sun Sep 22 07:25:46 2024 +0000 @@ -72,9 +72,13 @@ <help><![CDATA[ **What it does** -`netFilter`_ is a tool to filter out parts of net. What passes filter goes to output. Note a net is a recursive data structure. If a parent fails to pass the filter, the children are not even considered. +`netFilter`_ is a tool to filter out parts of `net`_. What passes filter goes to output. Note a net is a recursive data structure. If a parent fails to pass the filter, the children are not even considered. + +For implementation details see netFilter's `source code`_. .. _netFilter: http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/FOOTER.txt +.. _net: https://genome.ucsc.edu/goldenPath/help/net.html +.. _source code: https://github.com/ucscGenomeBrowser/kent/blob/master/src/hg/mouseStuff/netFilter/netFilter.c ]]> </help> <citations> <citation type="doi">10.1093/bib/bbs038</citation>
