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

Workflow manager? #31

Closed
photocyte opened this issue Nov 8, 2019 · 1 comment
Closed

Workflow manager? #31

photocyte opened this issue Nov 8, 2019 · 1 comment

Comments

@photocyte
Copy link

Any plans to wrap flo in a workflow manager, e.g. snakemake or nextflow? This could help it run on many different platforms.

The reason I ask is, I discovered flo after writing my own nextflow pipeline to do something similar, but it doesn't fully work, so I might try to wrap flo in a workflow manager instead. If you are already working on doing that maybe we can join forces?
https://github.com/photocyte/doSameSpeciesLiftOver_nextflow

@yeban
Copy link
Collaborator

yeban commented Nov 11, 2019

I don't plan to wrap flo in a workflow manager. I am happy for you to do so, either as part of this repository or elsewhere. My plans for flo are documented in #27.

If I understood 'Known issues #1' of your repo correctly, I think splitting sequences into 5 kb chunks is problematic for chain file creation only if the chunks end up in different files. To work around that, in flo, I ensure that all 5kb chunks of a big scaffold always stays in the same file (L92 and 95 of Rakefile).

@yeban yeban closed this as completed Nov 17, 2020
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

No branches or pull requests

2 participants