You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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
The text was updated successfully, but these errors were encountered:
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?
@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
orchmod -R 755 dirname
The text was updated successfully, but these errors were encountered: