Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

do not sync stage runs #51

Merged
merged 2 commits into from
Oct 27, 2023
Merged

do not sync stage runs #51

merged 2 commits into from
Oct 27, 2023

Conversation

henningonsbring
Copy link
Contributor

Background

At the end of the pipeline data is synced

Problem/Issue

If we run analyses on stage we do not want data to be synced

What have I done

Only run sync if analyses are done in the production environment

Check list

I have:

  • Tested with Stub run
  • Tested on our HPC

@henningonsbring
Copy link
Contributor Author

You get an e-mail when running with the prod profile:
/projects/fs1/shared/external-tools/nextflow/latest/nextflow run /projects/fs1/shared/Development_Github/singleCellWorkflows -bg -profile standard,prod --samplesheet /projects/fs1/shared/Jobs/2023_180/2023_180_SampleSheet.csv > /projects/fs1/shared/Logs/Singlecell/2023_180_started231027_112233.log

While when you run with the stage profile there is no delivery e-mail sent:
/projects/fs1/shared/external-tools/nextflow/latest/nextflow run /projects/fs1/shared/Development_Github/singleCellWorkflows -bg -profile standard,stage --samplesheet /projects/fs1/stage_shared/Jobs/2023_180/2023_180_SampleSheet.csv > /projects/fs1/stage_shared/Logs/Singlecell/2023_180_started231027_112233.log

@henningonsbring henningonsbring merged commit 1968a70 into master Oct 27, 2023
1 check passed
@henningonsbring henningonsbring deleted the skip-sync branch October 27, 2023 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant