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

Feature/nucleovar operator #1365

Open
wants to merge 31 commits into
base: develop
Choose a base branch
from
Open

Conversation

buehlere
Copy link
Collaborator

@buehlere buehlere commented Oct 4, 2024

  • Adding nextflow operator for nucleovar pipeline
  • option to create input json from nf-core schemas
  • passing nfcore template parameter to ridgeback

@buehlere buehlere requested a review from sivkovic October 4, 2024 15:34
@buehlere buehlere marked this pull request as ready for review October 21, 2024 19:07

class NextflowRunObject(RunObject):
logger = logging.getLogger(__name__)
# logger = logging.getLogger(__name__)
Copy link
Collaborator

Choose a reason for hiding this comment

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

We can probably remove this if it is not used anywhere

@@ -16,7 +16,7 @@ def get_pipeline(pipeline):
resolved_dict = _pipeline.get("app")
else:
resolver_class = PipelineCache._get_pipeline_resolver(pipeline.pipeline_type)
resolver = resolver_class(pipeline.github, pipeline.entrypoint, pipeline.version)
resolver = resolver_class(pipeline.github, pipeline.entrypoint, pipeline.nfcore_template, pipeline.version)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can you re-order params so nfcore_template is last one and put nfcore_template as param with default value, since I am not sure this will work for CWL pipelines.

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.

2 participants