You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7-4
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ ProteinPatternSearch
3
3
4
4
This repository includes Java classes that do the pre-processing steps
5
5
of filtering transmembrane protein fragments from the SwissProt protein database.
6
-
Project details can be read in Chapter 5 of [my thesis](https://info.ilab.sztaki.hu/~aszabo/aszabo_thesis.pdf)
6
+
Project details can be read in Chapter 5 of [my dissertation](https://www.dropbox.com/s/cow9vys7wrl1kqj/thesis_aszabo.pdf?dl=0)
7
7
8
8
#### The tasks this software package is able to perform are:
9
9
@@ -38,14 +38,17 @@ output files instead of kClust results.
38
38
39
39
## How to use
40
40
41
-
TODO
41
+
### A) Compile
42
42
43
-
### A) Compile and run
43
+
To compile the java project, first get [Gradle](http://gradle.org/) (version 1.6 or above), and the run:
44
44
45
-
gradle build
45
+
gradle build
46
46
47
47
48
48
### B) Run the whole pipeline
49
49
50
+
The easiest way to get a working example is to follow the scripts and configs as described in my [dissertation](https://www.dropbox.com/s/cow9vys7wrl1kqj/thesis_aszabo.pdf?dl=0). There you will see where are the lines in the configs that should be changed to execute the programs on your files, with your parameters.
0 commit comments