Skip to content

Commit ea27559

Browse files
Merge pull request #2 from hsenger1969/patch-2
Update HowTo
2 parents 1653bfc + d78c921 commit ea27559

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

HowTo

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
First you have to execute SparkBLAST:
1+
First, execute SparkBLAST:
22

33

44
Create the script: nano src/main/scala/SparkBlast.scala
55

6-
Compile then: sbt package
6+
To compile: sbt package
77

8-
Execute so: spark-submit --executor-memory qtd-memory --driver-memory qtd-memory --num-executors num-executor --executor-cores 1
8+
Then, execute: spark-submit --executor-memory qtd-memory --driver-memory qtd-memory --num-executors num-executor --executor-cores 1
99
--driver-cores num-cores --class SparkBlast target/scala-2.10/simple-project_2.10-1.0.jar num-cores
1010
"/home/hadoop/blastall/bin/blastall -p blastp -d /home/hadoop/spark-install/bin/database.fa -e 1E-05 -v 1000 -b
1111
1000 -m 8" input output
1212

13-
After this you need to find RBH, so execute then:
13+
Next step is to execute RBH:
1414

15-
The Rbh.java script separates and writes to a file only the RBH.
15+
Rbh.java: this script selects only the RBH and writes to a file.
1616

17-
The Rbhsoap.java script that goes in the NCBI and returns the name of the microorganisms and their function.
17+
Rbhsoap.java: fetches the microorganism's name and description from NCBI.
1818

19-
The RbhOrganismo script that does the comparisons.
19+
RbhOrganismo: script that runs the comparison.
2020

2121

22-
Done, you have your RBHs.
22+
Done! Enjoy your RBHs.

0 commit comments

Comments
 (0)