Repository 'fastq_quality_filter'
hg clone https://toolshed.g2.bx.psu.edu/repos/devteam/fastq_quality_filter

Changeset 7:b1e332a385f1 (2025-04-23)
Previous changeset 6:64e9a6afdd0c (2023-08-10)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_quality_filter commit 17bcf78f445b2e515122330caccb591d8de2a5b4
modified:
fastq_quality_filter.xml
macros.xml
b
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
b
@@ -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/
     ]]></help>
     <expand macro="citations" />
 <!-- FASTQ-Quality-Filter is part of the FASTX-toolkit, by A.Gordon (gordon@cshl.edu) -->
b
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
b
@@ -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"}
             </citation>
         </citations>
     </xml>