# HG changeset patch # User iuc # Date 1745385473 0 # Node ID 6bbe228db2926068b42e5a3f826dc401f882a13a # Parent c09c936532f058bcb143b317fc6d0ad6991c2547 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_quality_filter commit 17bcf78f445b2e515122330caccb591d8de2a5b4 diff -r c09c936532f0 -r 6bbe228db292 fastq_quality_filter.xml --- a/fastq_quality_filter.xml Thu Aug 10 06:50:55 2023 +0000 +++ b/fastq_quality_filter.xml Wed Apr 23 05:17:53 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 c09c936532f0 -r 6bbe228db292 macros.xml --- a/macros.xml Thu Aug 10 06:50:55 2023 +0000 +++ b/macros.xml Wed Apr 23 05:17:53 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"}