Mercurial > repos > peterjc > tmhmm_and_signalp
diff tools/protein_analysis/tmhmm2.py @ 8:391a142c1e60 draft
Uploaded
author | peterjc |
---|---|
date | Tue, 26 Mar 2013 14:27:44 -0400 |
parents | 5e62aefb2918 |
children | 20139cb4c844 |
line wrap: on
line diff
--- a/tools/protein_analysis/tmhmm2.py Tue Mar 26 14:24:56 2013 -0400 +++ b/tools/protein_analysis/tmhmm2.py Tue Mar 26 14:27:44 2013 -0400 @@ -48,7 +48,7 @@ FASTA_CHUNK = 500 if len(sys.argv) != 4: - stop_err("Require three arguments, number of threads (int), input protein FASTA file & output tabular file") + stop_err("Require three arguments, number of threads (int), input protein FASTA file & output tabular file") num_threads = thread_count(sys.argv[1], default=4) fasta_file = sys.argv[2]