Changes between Initial Version and Version 1 of Ticket #1178
- Timestamp:
- Sep 17, 2019, 1:57:59 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1178 – Description
initial v1 1 1 See #1174. This implemented a 'chgrp' command to allow external data to be shared to a specific group based on the prefix used on the sample names. However, if the 'chgrp' command fails (for example if the specified group doesn't exists or is inaccessible for the current user), the entire script fails and results will not be imported back into BASE. 2 2 3 {{{ 4 Error: [1] chgrp: 5 changing group of `/home/thep-nni/../.._L1_R1.fastq.gz': Operation not permitted 6 ... 7 }}} 8 3 9 This is a bit unfortunate since the failure can typically be fixed easily by a superuser on the file server and there is really no need to have to delete and re-run the analysis.