Skip to content

Commit bdb7bad

Browse files
Peter Troshinandreasprlic
authored andcommitted
/* Can I use the (protein disorder) predictor from the command line? */
1 parent d82d38d commit bdb7bad

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

_wikis/BioJava:CookBook3:ProteinDisorderCLI.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ Can I use the (protein disorder) predictor from the command line?
77

88
BioJava module *biojava3-protein-disorder* can be compiled into a single
99
executable JAR file and run using <java> java -jar <jar_file_name>
10-
</java> command.
10+
</java> command. The jar file can be downloaded from the BioJava
11+
repository
12+
[biojava3-protein-disorder-3.0.2-SNAPSHOT.jar](http://www.biojava.org/download/maven/org/biojava/biojava3-protein-disorder/)
1113

1214
Options supported by the command line executable
1315
------------------------------------------------

_wikis/BioJava:CookBook3:ProteinDisorderCLI.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ BioJava module ''biojava3-protein-disorder'' can be compiled into a single execu
44
<java>
55
java -jar <jar_file_name>
66
</java>
7-
command.
7+
command. The jar file can be downloaded from the BioJava repository [http://www.biojava.org/download/maven/org/biojava/biojava3-protein-disorder/ biojava3-protein-disorder-3.0.2-SNAPSHOT.jar]
88

99
==Options supported by the command line executable==
1010

0 commit comments

Comments
 (0)