File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- First you have to execute SparkBLAST:
1
+ First, execute SparkBLAST:
2
2
3
3
4
4
Create the script: nano src/main/scala/SparkBlast.scala
5
5
6
- Compile then : sbt package
6
+ To compile : sbt package
7
7
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
9
9
--driver-cores num-cores --class SparkBlast target/scala-2.10/simple-project_2.10-1.0.jar num-cores
10
10
"/home/hadoop/blastall/bin/blastall -p blastp -d /home/hadoop/spark-install/bin/database.fa -e 1E-05 -v 1000 -b
11
11
1000 -m 8" input output
12
12
13
- After this you need to find RBH, so execute then :
13
+ Next step is to execute RBH :
14
14
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.
16
16
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 .
18
18
19
- The RbhOrganismo script that does the comparisons .
19
+ RbhOrganismo: script that runs the comparison .
20
20
21
21
22
- Done, you have your RBHs.
22
+ Done! Enjoy your RBHs.
You can’t perform that action at this time.
0 commit comments