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

More improvements on TACA running Anglerfish #410

Merged
merged 8 commits into from
Feb 5, 2024

Conversation

kedhammar
Copy link

  1. Use abspath for Anglerfish stderr path
  2. Make it possible to instantiate ONT run w/o specifying the type
  3. Add more info to the ONT db update subcommand

2. Make it possible to instantiate ONT run w/o specifying the type
3. Add more info the ONT db update subcommand
@kedhammar kedhammar requested a review from alneberg February 1, 2024 10:01
self.transfer_details = CONFIG["nanopore_analysis"]["run_types"][self.run_type][
"instruments"
][self.instrument]
if hasattr(self, "run_type"):
Copy link
Member

Choose a reason for hiding this comment

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

I would change this to set self.run_type = None # Will be set in subclasses and if self.run_type is not None. I think it's easier to understand. What do you think?

Copy link
Member

Choose a reason for hiding this comment

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

Or perhaps have run_type as a required argument to the base class as well?

Copy link
Author

Choose a reason for hiding this comment

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

@kedhammar kedhammar requested a review from alneberg February 2, 2024 10:53
Copy link
Member

@alneberg alneberg left a comment

Choose a reason for hiding this comment

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

Thank you!

@kedhammar kedhammar merged commit d22c0f6 into NationalGenomicsInfrastructure:master Feb 5, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants