Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Robin Erich Muench
metaSNV
Commits
2f2a1f30
Commit
2f2a1f30
authored
Oct 17, 2016
by
Robin Erich Muench
Browse files
update NewProject.sh
parent
6012fddc
Changes
1
Hide whitespace changes
Inline
Side-by-side
NewProject.sh
View file @
2f2a1f30
...
...
@@ -36,7 +36,7 @@ fi
if
[
!
-d
"
$directory
"
]
;
then
# If $DIRECTORY doesn't exist.
echo
-e
"
\n
Project name is available. New project directory will be created here:
$PROJECTPATH
"
mkdir
-p
$directory
/
{
cov,bestsplits,
filtered,
snpCaller,
subspecies
,distances
}
mkdir
-p
$directory
/
{
cov,bestsplits,snpCaller,
filtered
{
pop,ind
}
,distances
}
else
echo
-e
"
\n
CAUTION: The directory '
$PROJECTPATH
' already exists.
\n\t
Use a uniq project name or delet the existing directory.
\n
"
fi
...
...
Write
Preview
Supports
Markdown
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