We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 269a429 commit 394260eCopy full SHA for 394260e
1 file changed
lib/sequenceserver/blast/tasks.rb
@@ -6,7 +6,7 @@ module Tasks
6
7
def self.to_h
8
@to_h ||= ALGORITHMS.map do |algorithm|
9
- help_text = `#{algorithm} -help`
+ help_text, = SequenceServer.sys("#{algorithm} -help", path: SequenceServer.config[:bin])
10
[algorithm, extract_tasks(help_text)]
11
end.to_h
12
end
0 commit comments