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

Changeset 8:c60cf18ec2b0 (2025-04-23)
Previous changeset 7:90858c306551 (2023-08-10)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_clipper commit 17bcf78f445b2e515122330caccb591d8de2a5b4
modified:
fastx_clipper.xml
macros.xml
b
diff -r 90858c306551 -r c60cf18ec2b0 fastx_clipper.xml
--- a/fastx_clipper.xml Thu Aug 10 06:53:49 2023 +0000
+++ b/fastx_clipper.xml Wed Apr 23 05:20:21 2025 +0000
b
@@ -95,11 +95,6 @@
 * Sequence no. 1 was discarded since it wasn't clipped (i.e. didn't contain the adapter sequence). (**Output** parameter).
 * Sequence no. 5 was discarded --- it's length (after clipping) was shorter than 15 nt (**Minimum Sequence Length** parameter).
 
-------
-
-This tool is based on `FASTX-toolkit`__ by Assaf Gordon.
-
- .. __: http://hannonlab.cshl.edu/fastx_toolkit/
     ]]></help>
     <expand macro="citations" />
 </tool>
b
diff -r 90858c306551 -r c60cf18ec2b0 macros.xml
--- a/macros.xml Thu Aug 10 06:53:49 2023 +0000
+++ b/macros.xml Wed Apr 23 05:20:21 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>