comparison netfilter.xml @ 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
comparison
equal deleted inserted replaced
0:0ce625cbce55 1:37da86f1f9e9
70 </test> 70 </test>
71 </tests> 71 </tests>
72 <help><![CDATA[ 72 <help><![CDATA[
73 **What it does** 73 **What it does**
74 74
75 `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. 75 `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.
76
77 For implementation details see netFilter's `source code`_.
76 78
77 .. _netFilter: http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/FOOTER.txt 79 .. _netFilter: http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/FOOTER.txt
80 .. _net: https://genome.ucsc.edu/goldenPath/help/net.html
81 .. _source code: https://github.com/ucscGenomeBrowser/kent/blob/master/src/hg/mouseStuff/netFilter/netFilter.c
78 ]]> </help> 82 ]]> </help>
79 <citations> 83 <citations>
80 <citation type="doi">10.1093/bib/bbs038</citation> 84 <citation type="doi">10.1093/bib/bbs038</citation>
81 </citations> 85 </citations>
82 </tool> 86 </tool>