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
Gonzalo S Nido
wgbs-pipeline
Commits
60eb9f6f
Commit
60eb9f6f
authored
Sep 06, 2020
by
Gonzalo S Nido
Browse files
Update process_by_sampleid.sh
parent
3dbf7004
Changes
1
Hide whitespace changes
Inline
Side-by-side
process_by_sampleid.sh
View file @
60eb9f6f
...
...
@@ -132,9 +132,11 @@ if [[ $isMounted != 0 ]]; then
sudo
umount
${
results_folder
}
fi
USR_ID
=
$(
id
-u
)
GRP_ID
=
$(
id
-g
)
sudo
mount
-t
cifs //
${
storageAccountResults
}
.file.core.windows.net/
${
shareNameResults
}
\
${
results_folder
}
\
-o
vers
=
3.0,credentials
=
/etc/smbcredentials/
${
storageAccountResults
}
.cred,dir_mode
=
07
55
,file_mode
=
06
44
,serverino,gid
=
1000,uid
=
1000
,forceuid,forcegid
-o
vers
=
3.0,credentials
=
/etc/smbcredentials/
${
storageAccountResults
}
.cred,dir_mode
=
07
77
,file_mode
=
06
66
,serverino,gid
=
${
USR_ID
}
,uid
=
${
GRP_ID
}
,forceuid,forcegid
if
[[
$?
!=
0
]]
;
then
echo
" [ERROR] Could not mount file share for RESULTS"
...
...
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