comparison tools/protein_analysis/wolf_psort.py @ 23:e1996f0f4e85 draft default tip

"v0.2.13 - Python 3 fix for raising StopIteration"
author peterjc
date Thu, 17 Jun 2021 17:59:33 +0000
parents 238eae32483c
children
comparison
equal deleted inserted replaced
22:e1afa4b0b682 23:e1996f0f4e85
64 For more details on this workaround, see: 64 For more details on this workaround, see:
65 https://lists.galaxyproject.org/pipermail/galaxy-dev/2015-December/023386.html 65 https://lists.galaxyproject.org/pipermail/galaxy-dev/2015-December/023386.html
66 """ 66 """
67 67
68 if "-v" in sys.argv or "--version" in sys.argv: 68 if "-v" in sys.argv or "--version" in sys.argv:
69 sys.exit("WoLF-PSORT wrapper version 0.0.11") 69 sys.exit("WoLF-PSORT wrapper version 0.0.12")
70 70
71 if len(sys.argv) != 5: 71 if len(sys.argv) != 5:
72 sys.exit( 72 sys.exit(
73 "Require four arguments, organism, threads, input protein FASTA file, " 73 "Require four arguments, organism, threads, input protein FASTA file, "
74 "and output tabular file" 74 "and output tabular file"