# HG changeset patch # User peterjc # Date 1486144365 18000 # Node ID abe637043e965cbb65ed772a8d659294097268c7 # Parent 0b6a51c7e00882b5eba7ea96cf8643011f6682ac planemo upload for repository https://github.com/peterjc/pico_galaxy/tree/master/tools/predictnls commit 7a746d55f0e8456992ee11c49a507285f9f39383-dirty diff -r 0b6a51c7e008 -r abe637043e96 tools/predictnls/predictnls.py --- 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")