Skip to content

Commit

Permalink
fixed permissions for statistics dir in the ftp
Browse files Browse the repository at this point in the history
  • Loading branch information
ens-ftricomi committed May 13, 2024
1 parent 56cf2f6 commit ed6c2ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipelines/nextflow/modules/copy_output_to_ensembl_ftp.nf
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ process COPY_OUTPUT_TO_ENSEMBL_FTP {
sudo -u genebuild mkdir -p $ftp_stats; \
sudo -u genebuild cp ${params.readme} $ftp_stats;
sudo -u genebuild cp $statistics_files $ftp_stats; \
sudo -u genebuild chmod 775 $ftp_path/* -R;
sudo -u genebuild chgrp ensemblftp $ftp_path/* -R;
sudo -u genebuild chmod 775 $ftp_stats/* -R;
sudo -u genebuild chgrp ensemblftp $ftp_stats/* -R;
"""
//sudo -u genebuild rsync -ahvW $summary_file $ftp_stats && rsync -avhc $summary_file $ftp_stats; \
}

0 comments on commit ed6c2ac

Please sign in to comment.