scan for filename
This commit is contained in:
Binary file not shown.
@@ -479,7 +479,7 @@ public class UserInterface {
|
|||||||
plateFile = sc.next();
|
plateFile = sc.next();
|
||||||
System.out.println("\nThe graph and occupancy data will be written to a serialized binary file.");
|
System.out.println("\nThe graph and occupancy data will be written to a serialized binary file.");
|
||||||
System.out.print("Please enter a name for the output file: ");
|
System.out.print("Please enter a name for the output file: ");
|
||||||
|
filename = sc.next();
|
||||||
} catch (InputMismatchException ex) {
|
} catch (InputMismatchException ex) {
|
||||||
System.out.println(ex);
|
System.out.println(ex);
|
||||||
sc.next();
|
sc.next();
|
||||||
@@ -521,7 +521,6 @@ public class UserInterface {
|
|||||||
System.out.println("The matching results will be written to a file.");
|
System.out.println("The matching results will be written to a file.");
|
||||||
System.out.print("Please enter a name for the output file: ");
|
System.out.print("Please enter a name for the output file: ");
|
||||||
filename = sc.next();
|
filename = sc.next();
|
||||||
filename = sc.next();
|
|
||||||
System.out.println("\nWhat is the minimum number of CDR3 alpha/beta overlap wells to attempt matching?");
|
System.out.println("\nWhat is the minimum number of CDR3 alpha/beta overlap wells to attempt matching?");
|
||||||
lowThreshold = sc.nextInt();
|
lowThreshold = sc.nextInt();
|
||||||
if(lowThreshold < 1){
|
if(lowThreshold < 1){
|
||||||
|
|||||||
Reference in New Issue
Block a user