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

Cadd tool #20

Closed
wants to merge 22 commits into from
Closed

Cadd tool #20

wants to merge 22 commits into from

Conversation

nojux-official
Copy link
Collaborator

Changes:

  • Implemented functions to fetch SNV scores from CADD online API via single score and range access.
  • Usage section for tools in README.
  • Enabled the script to be called with arguments.

tools/cadd/cadd.py Outdated Show resolved Hide resolved
tools/cadd/cadd.py Show resolved Hide resolved
tools/cadd/cadd.py Outdated Show resolved Hide resolved

if args.position:
result = fetch_cadd_score(args.version, args.chromosome, args.position)
print(result)
Copy link
Owner

Choose a reason for hiding this comment

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

How can I get these results for further processing?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I've added the usage in pipeline notebook

@nojux-official nojux-official requested a review from Strexas May 26, 2024 19:32
@Akaud Akaud changed the title Cadd tool KBE-4/CADD_integration Aug 21, 2024
@Akaud Akaud changed the title KBE-4/CADD_integration Cadd tool Aug 22, 2024
@Strexas
Copy link
Owner

Strexas commented Sep 15, 2024

Closed as not relevant and fully used.

@Strexas Strexas closed this Sep 15, 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

Successfully merging this pull request may close these issues.

2 participants