Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SOaAS
psot.repository
Commits
8487d7da
Commit
8487d7da
authored
Aug 07, 2017
by
Lukas Jelonek
Browse files
Removed threads from blast runner
parent
395eb134
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/run_blastp.py
View file @
8487d7da
...
@@ -25,4 +25,4 @@ format += ' pident qstart qend sstart send slen evalue bitscore'
...
@@ -25,4 +25,4 @@ format += ' pident qstart qend sstart send slen evalue bitscore'
if
args
.
alignment
:
if
args
.
alignment
:
format
+=
' btop'
format
+=
' btop'
system
(
blastp_tool
+
" -db "
+
args
.
database
+
"
-num_threads 7
-outfmt '"
+
format
+
"' -out "
+
args
.
output
+
" -query "
+
args
.
fasta
)
system
(
blastp_tool
+
" -db "
+
args
.
database
+
" -outfmt '"
+
format
+
"' -out "
+
args
.
output
+
" -query "
+
args
.
fasta
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment