changeset 6:566561a4e526 draft

"planemo upload for repository https://github.com/peterjc/galaxy_blast/tree/master/tools/make_nr commit 4a183a8d9d159d7d8bf8fb91d3e54d4c539263c8-dirty"
author peterjc
date Thu, 18 Mar 2021 13:18:35 +0000
parents c2c77e786cfc
children 7caa541146bb
files tools/make_nr/README.rst tools/make_nr/make_nr.py
diffstat 2 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/tools/make_nr/README.rst	Thu Mar 18 12:48:20 2021 +0000
+++ b/tools/make_nr/README.rst	Thu Mar 18 13:18:35 2021 +0000
@@ -83,9 +83,7 @@
 ======= ======================================================================
 Version Changes
 ------- ----------------------------------------------------------------------
-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)
+v0.0.0  - Initial version
 ======= ======================================================================
 
 
--- a/tools/make_nr/make_nr.py	Thu Mar 18 12:48:20 2021 +0000
+++ b/tools/make_nr/make_nr.py	Thu Mar 18 13:18:35 2021 +0000
@@ -141,7 +141,7 @@
             % (unique, len(duplicates), len(representatives))
         )
     elif len(input_fasta) == 1:
-        # Single file, no need to even edit titles
+        # Single file, no need to make a copy or edit titles
         shutil.copy(os.path.abspath(input_fasta[0]), output_fasta)
         sys.stderr.write("No perfect duplicates in file, %i unique entries\n" % unique)
     else: