# HG changeset patch # User iuc # Date 1745385591 0 # Node ID b1e332a385f1afc2090d801798dee1a5a2070904 # Parent 64e9a6afdd0c91b2c96e0fb92a4d638bf1e93a5d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_quality_filter commit 17bcf78f445b2e515122330caccb591d8de2a5b4 diff -r 64e9a6afdd0c -r b1e332a385f1 fastq_quality_filter.xml --- a/fastq_quality_filter.xml Thu Aug 10 06:53:15 2023 +0000 +++ b/fastq_quality_filter.xml Wed Apr 23 05:19:51 2025 +0000 @@ -73,11 +73,6 @@ Using **percent = 100** and **cut-off = 20** - This read will be discarded (not all cycles have quality equal to / higher than 20). ------- - -This tool is based on `FASTX-toolkit`__ by Assaf Gordon. - - .. __: http://hannonlab.cshl.edu/fastx_toolkit/ ]]> diff -r 64e9a6afdd0c -r b1e332a385f1 macros.xml --- a/macros.xml Thu Aug 10 06:53:15 2023 +0000 +++ b/macros.xml Wed Apr 23 05:19:51 2025 +0000 @@ -47,8 +47,8 @@ author = "Assaf Gordon", title = "FASTQ/A short-reads pre-processing tools", year = "2010", - note = "http://hannonlab.cshl.edu/fastx_toolkit/", - url = "http://hannonlab.cshl.edu/fastx_toolkit/"} + note = "https://github.com/agordon/fastx_toolkit", + url = "https://github.com/agordon/fastx_toolkit"}