Skip to content

Commit 74f6543

Browse files
committed
Changed to silent and re-added the spacerline
git-svn-id: svn://rarepos.cs.uni-tuebingen.de/tfpredict@102 71221333-9ef9-431f-bb7f-117e0a61b720
1 parent fb59978 commit 74f6543

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/TFpredict_1.3.jar

-434 KB
Binary file not shown.

src/ipr/IPRrun.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
*/
5555
public class IPRrun {
5656

57-
public static boolean addSpacerLine = false;
57+
public static boolean addSpacerLine = true;
5858

5959
// fixes bug in current version of InterProScan which removes first line of sequence if header is given
6060
private static void addSpacerLine(String seqfile) {
@@ -75,7 +75,7 @@ public IPRrun(boolean silent) {
7575

7676
public IPRrun() {}
7777

78-
private boolean silent = false;
78+
private boolean silent = true;
7979

8080
// gfx related map
8181
private static Map<String, String> seq2job = new HashMap<String,String>();

src/modes/Predict.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public class Predict {
9696
static boolean useWeb = true;
9797
static boolean standAloneMode = false;
9898
static boolean batchMode = false;
99-
static boolean silent = false;
99+
static boolean silent = true;
100100
static boolean useCharacteristicDomains = true;
101101

102102
// static arguments required by TFpredict

0 commit comments

Comments
 (0)