# HG changeset patch # User peterjc # Date 1616073515 0 # Node ID 566561a4e5263dcc3890f5173a66dde519a1d903 # Parent c2c77e786cfca537100c8b66b48f4119e3108e38 "planemo upload for repository https://github.com/peterjc/galaxy_blast/tree/master/tools/make_nr commit 4a183a8d9d159d7d8bf8fb91d3e54d4c539263c8-dirty" diff -r c2c77e786cfc -r 566561a4e526 tools/make_nr/README.rst --- 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 ======= ====================================================================== diff -r c2c77e786cfc -r 566561a4e526 tools/make_nr/make_nr.py --- 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: