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
ee0edca5
Commit
ee0edca5
authored
Oct 17, 2016
by
Robin Erich Muench
Browse files
update NewProject
parent
25f9cb25
Changes
1
Hide whitespace changes
Inline
Side-by-side
NewProject.sh
View file @
ee0edca5
...
...
@@ -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
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