Changes between Initial Version and Version 1 of Ticket #1178


Ignore:
Timestamp:
Sep 17, 2019, 1:57:59 PM (5 years ago)
Author:
Nicklas Nordborg
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1178 – Description

    initial v1  
    11See #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.
    22
     3{{{
     4Error: [1] chgrp:
     5changing group of `/home/thep-nni/../.._L1_R1.fastq.gz': Operation not permitted
     6...
     7}}}
     8
    39This 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.