Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
HPC - JGU - Life Sciences
seq-analysis
Commits
fb3a1032
Commit
fb3a1032
authored
Aug 30, 2019
by
Christian Meesters
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: realpath of db instead of potential relative paths
parent
99751f80
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
blast/parallel_BLAST/LA_Wrapper
blast/parallel_BLAST/LA_Wrapper
+1
-1
No files found.
blast/parallel_BLAST/LA_Wrapper
View file @
fb3a1032
...
...
@@ -446,7 +446,7 @@ done
### get query and database files
FASTA
=
$_arg_fasta
DATABASE
=
$_arg_database
DATABASE
=
$(
realpath
$_arg_database
)
### check if query & database exist
if
[[
$_arg_test
==
"off"
]]
&&
[
!
-e
"
$FASTA
"
]
;
then
...
...
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