Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mcariou
phylolegio
Commits
8e6a495a
Commit
8e6a495a
authored
Sep 17, 2021
by
mcariou
Browse files
correct output blastn
parent
89d06b9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
script/3_make_blast.sh
View file @
8e6a495a
...
...
@@ -21,7 +21,7 @@ gene_name=`echo $gene | awk -F "/" '{print $NF}'`
if
[[
-s
$gene
.fasta
]]
;
then
echo
"Gene exists:
$gene
"
else
echo
"Missing or wrong gene argument:
$
3
/
$4
"
echo
"Missing or wrong gene argument:
$
2
"
exit
1
fi
;
...
...
@@ -30,7 +30,7 @@ mkdir -p $REP_OUT
if
[[
-s
$REP_OUT
]]
;
then
echo
"Out repertory exists:
$REP_OUT
"
else
echo
"Missing or wrong out repertory argument:
$
5
"
echo
"Missing or wrong out repertory argument:
$
3
"
exit
1
fi
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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