diff tools/protein_analysis/tmhmm2.py @ 11:99b82a2b1272 draft

Uploaded v0.2.0 which added PSORTb wrapper (written with Konrad Paszkiewicz)
author peterjc
date Wed, 03 Apr 2013 10:49:10 -0400
parents e52220a9ddad
children eb6ac44d4b8e
line wrap: on
line diff
--- a/tools/protein_analysis/tmhmm2.py	Wed Mar 27 11:21:05 2013 -0400
+++ b/tools/protein_analysis/tmhmm2.py	Wed Apr 03 10:49:10 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]