changeset 7:abe637043e96 draft

planemo upload for repository https://github.com/peterjc/pico_galaxy/tree/master/tools/predictnls commit 7a746d55f0e8456992ee11c49a507285f9f39383-dirty
author peterjc
date Fri, 03 Feb 2017 12:52:45 -0500
parents 0b6a51c7e008
children 07b1cda830b3
files tools/predictnls/predictnls.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/predictnls/predictnls.py	Wed Feb 01 13:13:25 2017 -0500
+++ b/tools/predictnls/predictnls.py	Fri Feb 03 12:52:45 2017 -0500
@@ -64,7 +64,7 @@
     if not os.path.isfile(re_filename):
         # Try in same directory as this script:
         re_filename = os.path.join(os.path.dirname(os.path.realpath(sys.argv[0])),
-                                                   "My_NLS_list")
+                                   "My_NLS_list")
 else:
     sys.exit("Expect 2 or 3 arguments: input FASTA file, output tabular file, and NLS motif file")