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: cookbook/03-blast.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,11 @@ The following BLAST tools are supported by `NCBIBlast`:
26
26
-`blastx`
27
27
-`makeblastdb`
28
28
29
+
A benefit of using the package is that it uses Julia's powerful `BinaryBuilder.jl` architechture to bundle the `BLAST+` executables
30
+
so that you don't have to deal with that.
31
+
In other words, if you do add `NCBIBLAST.jl`,
32
+
you don't need to have the command line tools available.
33
+
29
34
Note: [BioTools BLAST](https://biojulia.dev/BioTools.jl/stable/blast/) is a deprecated Julia package for running BLAST searches and is different from `NCBIBLAST`.
0 commit comments