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

Define Nextflow workflow structure for the new Genome Compare pipeline #10

Open
JAlvarezJarreta opened this issue Mar 23, 2023 · 0 comments
Labels
ensembl The EnsEMBL project within EBI pipelines Any pipeline related work python This is about programming in python

Comments

@JAlvarezJarreta
Copy link
Collaborator

JAlvarezJarreta commented Mar 23, 2023

Note: Child of Issue #9.

Requirements:

  • The pipeline should be able to run in both LSF and SLURM
  • The pipeline should request as input: a fasta file path, a GCA ID, a sequence JSON file and an output directory path
  • The pipeline should generate the final report file in the given output directory
  • The pipeline should be able to run several input tuples (fasta file + GCA + seq JSON) in parallel
  • Optionally, these can be passed all inside a TSV/JSON/YAML file (choose the format you prefer), but the individual option should still be available
  • Resources should be computed dynamically
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ensembl The EnsEMBL project within EBI pipelines Any pipeline related work python This is about programming in python
Projects
None yet
Development

No branches or pull requests

1 participant