Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update permissions of moved files #102

Closed
mpoelchau opened this issue Jul 17, 2020 · 2 comments · Fixed by #103
Closed

update permissions of moved files #102

mpoelchau opened this issue Jul 17, 2020 · 2 comments · Fixed by #103
Assignees

Comments

@mpoelchau
Copy link
Contributor

@HsiuKangHuang - do you think it would be possible to add a step to ensure that the permissions of the moved files are all 755? This would in the movedata-workflow.cwl

E.g. chmod 755 filename or chmod -R 755 dirname

@mpoelchau
Copy link
Contributor Author

Update: Command should be sudo chmod -R $(inputs.PATH[0])/$(inputs.tree[0])/$(inputs.tree[1])

@mpoelchau mpoelchau linked a pull request Jul 28, 2020 that will close this issue
@mpoelchau
Copy link
Contributor Author

Thanks, @HsiuKangHuang! I looked at the PR.

The permission updates only need to be on the gmod production server. We also don't need them for the blat files. Sorry, I didn't put enough detail into this issue!

It looks like files_4_Apollo2Server/MoveData/chmod-jbrowse.cwl does everything we need, just change to the gmod-prod server. Would it make sense to update the PR for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants