Closed zktuong closed 1 year ago
Now that i think about it. maybe the issue is with my permissions set too high (currently 775). will change it to 755 and see if it helps.
nope 755 doesn't work
it's related to this https://github.com/griffithlab/pVACtools/pull/625
ok adding --fakeroot
after --no-home
seems to alleviate this.
so like in #53 but
// default singularity run options
containerOptions = "--no-home --fakeroot"
Hi,
i'm encountering a chmod issue with pVACSeq:
i would very much like not to chmod -R 777 this folder so any suggestions on how i could proceed? (it's working with chmod -R 777, but still, it's not good to leave it like that).