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

Calls to DB dependent tool when running without db #309

Open
BeneKenobi opened this issue Nov 18, 2024 · 2 comments
Open

Calls to DB dependent tool when running without db #309

BeneKenobi opened this issue Nov 18, 2024 · 2 comments

Comments

@BeneKenobi
Copy link
Contributor

At

["{$ngsbits}BedAnnotateGenes", "-out {$bed}"]
and
["{$ngsbits}BedAnnotateGenes", "-out {$bed}"],

BedAnnotateGenes is called without checking for DB availability which is usually done in other places:

if (db_is_enabled("NGSD"))

@marc-sturm
Copy link
Member

CNV calling needs the gene annotations...
I guess you would need to skip the whole CNV step if there is no NGSD.

@BeneKenobi
Copy link
Contributor Author

Is there a possibility to provide the data without a direct connection?

@BeneKenobi BeneKenobi changed the title Calls to DB dependend tool when running without db Calls to DB dependent tool when running without db Nov 18, 2024
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