changeset 2:0c71cd1cd99a draft default tip

planemo upload for repository https://github.com/peterjc/galaxy_blast/tree/master/tools/make_nr commit 68ce19547b0ea0592cbaeb506dda165a725f5fe6
author peterjc
date Mon, 17 Jun 2024 02:02:32 +0000
parents 84e483325b04
children
files tools/make_nr/README.rst tools/make_nr/make_nr.py tools/make_nr/make_nr.xml
diffstat 3 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/tools/make_nr/README.rst	Thu Mar 18 12:48:57 2021 +0000
+++ b/tools/make_nr/README.rst	Mon Jun 17 02:02:32 2024 +0000
@@ -83,6 +83,7 @@
 ======= ======================================================================
 Version Changes
 ------- ----------------------------------------------------------------------
+v0.0.3  - Updated to latest Biopython on BioContainers (Biopython 1.73)
 v0.0.2  - Fixed bug writing files when there were no duplicates
 v0.0.1  - Added option to sort merged IDs, and support for gzipped files
 v0.0.0  - Initial version (not published to main Galaxy Tool Shed)
--- a/tools/make_nr/make_nr.py	Thu Mar 18 12:48:57 2021 +0000
+++ b/tools/make_nr/make_nr.py	Mon Jun 17 02:02:32 2024 +0000
@@ -14,12 +14,11 @@
 import os
 import shutil
 import sys
-
 from optparse import OptionParser
 
 
 if "-v" in sys.argv or "--version" in sys.argv:
-    print("v0.0.2")
+    print("v0.0.3")
     sys.exit(0)
 
 
--- a/tools/make_nr/make_nr.xml	Thu Mar 18 12:48:57 2021 +0000
+++ b/tools/make_nr/make_nr.xml	Mon Jun 17 02:02:32 2024 +0000
@@ -1,7 +1,7 @@
-<tool id="make_nr" name="Make FASTA non-redundant" version="0.0.2">
+<tool id="make_nr" name="Make FASTA non-redundant" version="0.0.3">
     <description>by combining duplicated sequences</description>
     <requirements>
-        <requirement type="package" version="1.67">biopython</requirement>
+        <requirement type="package" version="1.73">biopython</requirement>
     </requirements>
     <version_command>
 python $__tool_directory__/make_nr.py --version