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

feat: new DRAGEN import workflow #459

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

feat: new DRAGEN import workflow #459

wants to merge 3 commits into from

Conversation

xiamaz
Copy link
Member

@xiamaz xiamaz commented Oct 25, 2023

No description provided.

@xiamaz xiamaz changed the title New DRAGEN import workflow feat: new DRAGEN import workflow Oct 25, 2023
@github-actions
Copy link

  • Please format your Python code with black: make black
  • Please format your Snakemake code with snakefmt: make snakefmt
  • Please organize your imports isorts: make isort
  • Please ensure that your code passes flake8: make flake8

You can trigger all lints locally by running make lint

"""

@define(frozen=True)
class LinkInConfig:
Copy link
Member Author

Choose a reason for hiding this comment

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

This defines the search pattern

super().__init__(parent)

self.link_ins = [
LinkInConfig(**c) for c in self.config["link_ins"]
Copy link
Member Author

Choose a reason for hiding this comment

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

This is where this needs to be defined in config

@sellth sellth force-pushed the main branch 3 times, most recently from 9664352 to bf39678 Compare June 28, 2024 16:18
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