Description
We currently upload one file per snakemake job send_ftps. The DSH emails us once for each FTPS connection we make. When we implement #45 , this is going to make that Slack channel very noisy each night.
It will also be unnecessarily slow.
Hopefully snakemake has a feature to group together similar jobs into a batch.
IIRC the PIXL FTPS code has a hardcoded assumption that only one file will need uploading.
Implementation challenges:
Definition of done
Description
We currently upload one file per snakemake job
send_ftps. The DSH emails us once for each FTPS connection we make. When we implement #45 , this is going to make that Slack channel very noisy each night.It will also be unnecessarily slow.
Hopefully snakemake has a feature to group together similar jobs into a batch.
IIRC the PIXL FTPS code has a hardcoded assumption that only one file will need uploading.
Implementation challenges:
Definition of done