Skip to content

Commit

Permalink
Merge pull request #336 from dozy/STAR_dir_perms
Browse files Browse the repository at this point in the history
extend chmod of STAR directory to use g-s
  • Loading branch information
srl147 committed Jun 10, 2024
2 parents 9d9fc5d + 05b9eac commit 4911a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/vtlib/star_alignment.json
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
"type":"EXEC",
"use_STDIN": false,
"use_STDOUT": false,
"cmd":[ "chmod", "-R", "g+w", {"port":"src_stargenome_dir", "direction":"in"} ],
"cmd":[ "chmod", "-R", "g+rwx,g-s", {"port":"src_stargenome_dir", "direction":"in"} ],
"comment":"This is necessary because STAR creates this transitional directory as group-read-only and cannot be deleted later"
},
{
Expand Down

0 comments on commit 4911a04

Please sign in to comment.