Add version information

This commit is contained in:
2022-03-01 08:34:35 -06:00
parent f301327693
commit 25acf920c2
3 changed files with 10 additions and 1 deletions

View File

@@ -570,6 +570,8 @@ public class InteractiveInterface {
}
private static void acknowledge(){
System.out.println("BiGpairSEQ_Sim " + BiGpairSEQ.getVersion());
System.out.println();
System.out.println("This program simulates BiGpairSEQ, a graph theory based adaptation");
System.out.println("of the pairSEQ algorithm for pairing T cell receptor sequences.");
System.out.println();