To find repeats of length(4 and above) in multiple protein sequences
- JDK8 or above
- Clone the repo / download the ViralRepeatFinder.java file
- Compile the .java file using the command line or the terminal, with the command:
E:\> javac ViralProteinMotifFinder.java
- To run the code, type the following on the command line / terminal:
E:\> java ViralProteinMotifFinder
- The code asks you to give the path for the file which contains single/multiple protein sequences in FASTA format
- You can use the sample input file to test run the code.