Skip to content

Commit 19d2a98

Browse files
committed
Simple comment addition
git-svn-id: http://code.open-bio.org/repos/biojava/biojava-live/trunk@9116 7c6358e6-4a41-0410-a743-a5b2a554c398
1 parent 1255933 commit 19d2a98

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

biojava3-ws/src/main/java/org/biojava3/ws/alignment/qblast/NCBIQBlastAlignmentProperties.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,10 @@ public void setBlastProgram(String program) throws Exception {
8989
boolean isValid = false;
9090
String[] blastPr = new String []{ "blastn", "blastp", "blastx", "tblastn", "tblastx" };
9191

92-
92+
/*
93+
* To check if the program called for belongs to the blastPr array
94+
*
95+
*/
9396
if(Arrays.binarySearch(blastPr,program)>=0){
9497
this.param.put("PROGRAM", program);
9598
isValid = true;

0 commit comments

Comments
 (0)