This repository has been archived by the owner on May 31, 2024. It is now read-only.
Snakemake: using data from multiple workflows #643
Unanswered
nephinjohn
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What is the best way to share data between workflows? Is there a way to use data directly off the S3 without downloading it to the EFS?
I have a workflow that depends on data from another and I would like to share data without having to download it again in the second workflow. They cannot be combined into a single workflow as users also have to adjust settings in the second workflow based off output of the first. For example the first workflow might run Fastqc on some sequence data to check for quality and generate some html reports.
I then need another workflow to run Trimomatic to clean up the files and merge them based on settings that users decide to use after looking at the Fastqc reports.
Beta Was this translation helpful? Give feedback.
All reactions