Skip to content

Conversation

@SkepticRaven
Copy link
Contributor

This adds the effort related to compressing data from one cloud resource and placing it on another.

Rough workflow follows 3 steps:

  1. Retrieve video
  2. Compress video
  3. Push compressed video

@SkepticRaven SkepticRaven self-assigned this Nov 5, 2025
@SkepticRaven SkepticRaven marked this pull request as ready for review November 5, 2025 14:11
@SkepticRaven
Copy link
Contributor Author

Branch is now ready for review! This is a workflow that we don't plan on supporting indefinitely, but giving it a place to live for future documentation.
@gbeane This is a nice intro to how simpler nextflow workflows can be written (only 3 main steps), since it's a bit less tangled than our main pipeline (50+ steps).

}
PUT_DATA_TO_CLOUDIAN(sync_names, params.cloudian_prefix, params.cloudian_config)

} No newline at end of file
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

file does not end in a newline


# There are batch files in the folder containing data to process.
# Batch files are titled batch_#.txt
BATCH_START=1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BATCH_START doesn't appear to be used elsewhere in the file

Copy link
Contributor

@gbeane gbeane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know much about Nextflow but LGTM

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.

3 participants